mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
d259e862ba | |||
5844e51cf8 | |||
5ca0bebea7 |
@ -1 +1 @@
|
||||
__version__ = '2.6.5'
|
||||
__version__ = '2.6.7'
|
||||
|
@ -235,7 +235,7 @@ if os.path.exists('/sys/bus/platform/drivers/gpiomem-bcm2835'):
|
||||
elif os.path.exists('/sys/bus/platform/drivers/gpio-x3'):
|
||||
implementation = SunriseX3()
|
||||
else:
|
||||
implementation = JetsonNano()
|
||||
implementation = RaspberryPi()
|
||||
|
||||
for func in [x for x in dir(implementation) if not x.startswith('_')]:
|
||||
setattr(sys.modules[__name__], func, getattr(implementation, func))
|
||||
|
Reference in New Issue
Block a user