mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
fix baudrate option name
This commit is contained in:
@ -25,7 +25,7 @@ class GPS(plugins.Plugin):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
agent.run('set gps.device %s' % self.options['device'])
|
agent.run('set gps.device %s' % self.options['device'])
|
||||||
agent.run('set gps.speed %d' % self.options['speed'])
|
agent.run('set gps.baudrate %d' % self.options['speed'])
|
||||||
agent.run('gps on')
|
agent.run('gps on')
|
||||||
self.running = True
|
self.running = True
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user