Skip to content

Commit

Permalink
fix completely broken gps plugin :D
Browse files Browse the repository at this point in the history
  • Loading branch information
benleb authored Nov 11, 2019
1 parent c939af4 commit 313fd66
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 @@ -27,7 +27,7 @@ def on_ready(self, agent):
agent.run('set gps.device %s' % self.options['device'])
agent.run('set gps.speed %d' % self.options['speed'])
agent.run('gps on')
running = True
self.running = True
else:
logging.warning("no GPS detected")

Expand Down

0 comments on commit 313fd66

Please sign in to comment.