Skip to content

Commit

Permalink
Change detect_radio_comms.py corrupt packet message
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarpearson committed Dec 2, 2016
1 parent 78a9979 commit b6a61c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmeowlink/detect_radio_comms.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def detect(self):
except CommsException as e:
pass
except InvalidPacketReceived:
print "Corrupt packet received; ignoring"
print "%s (N/A db) - Corrupt packet" % ts

# EG: A7 12 31 23 22 5D .. ..
# POS: 01234567890123456789
Expand Down

0 comments on commit b6a61c6

Please sign in to comment.