Skip to content

Commit

Permalink
fix baudrate option name
Browse files Browse the repository at this point in the history
  • Loading branch information
benleb authored Nov 12, 2019
1 parent 3df35ef commit f4b886c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnagotchi/plugins/default/gps.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def on_ready(self, agent):
pass

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')
self.running = True
else:
Expand Down

0 comments on commit f4b886c

Please sign in to comment.