mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Version 2.6.6
This commit is contained in:
@ -235,7 +235,7 @@ if os.path.exists('/sys/bus/platform/drivers/gpiomem-bcm2835'):
|
|||||||
elif os.path.exists('/sys/bus/platform/drivers/gpio-x3'):
|
elif os.path.exists('/sys/bus/platform/drivers/gpio-x3'):
|
||||||
implementation = SunriseX3()
|
implementation = SunriseX3()
|
||||||
else:
|
else:
|
||||||
implementation = JetsonNano()
|
implementation = RaspberryPi()
|
||||||
|
|
||||||
for func in [x for x in dir(implementation) if not x.startswith('_')]:
|
for func in [x for x in dir(implementation) if not x.startswith('_')]:
|
||||||
setattr(sys.modules[__name__], func, getattr(implementation, func))
|
setattr(sys.modules[__name__], func, getattr(implementation, func))
|
||||||
|
Reference in New Issue
Block a user