summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
b26bcea)
The error is about call_distance, not ring_distance.
return
# if the code made it up to here, something fishy is going on
return
# if the code made it up to here, something fishy is going on
- logging.error("Unexpected distance: %.2f", ring_distance)
+ logging.error("Unexpected distance: %.2f", call_distance)
logging.error("Check the transmitter and receiver parameters")
def receive_loop(self):
logging.error("Check the transmitter and receiver parameters")
def receive_loop(self):