Skip to content

Commit

Permalink
#62
Browse files Browse the repository at this point in the history
  • Loading branch information
Keoma Brun committed May 21, 2018
1 parent 0f16c3b commit 1854bac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/software/lib/MoteHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def send_REQ_ST(self):
self.timeouts += 1
if self.timeouts > MAX_TIMEOUTS:
self.reset_cb(self)
self.timeouts = 0
return
else:
self.timeouts = 0
Expand Down

0 comments on commit 1854bac

Please sign in to comment.