Skip to content

Commit

Permalink
Merge pull request #1 from oskarpearson/dev
Browse files Browse the repository at this point in the history
Update from main project.
  • Loading branch information
Dave Acklam authored Feb 11, 2018
2 parents 22210e4 + 8c0d650 commit 151af2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmeowlink/mmtune.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def run_trial(self, var):
error_count = 0
rssi_readings = []
for i in xrange(sample_size):
self.send_packet("a7" + self.pumpserial + "8d00") # Get Model
self.send_packet("a7" + self.pumpserial + "8000") # DO not use 8d00 (get model), as it fails on 512/712. Use 8000 (get history).
try:
packet = self.get_packet(0.080)
success_count += 1
Expand Down

0 comments on commit 151af2e

Please sign in to comment.