CallDistanceTransceiver.py: consider possible delays in transmit_symbol()
authorAntonio Ospite <ao2@ao2.it>
Sun, 3 Jan 2016 22:16:44 +0000 (23:16 +0100)
committerAntonio Ospite <ao2@ao2.it>
Mon, 4 Jan 2016 10:13:30 +0000 (11:13 +0100)
commit4ec1ed78e91a0a9049b6a4a9803b8bb954084dd7
tree8d00ebe3f1258a1f38c574276abfb6771b5676b2
parent012ad617c22c3e6dbc0918436c848d121a3465c5
CallDistanceTransceiver.py: consider possible delays in transmit_symbol()

The ATH command can take some time, resulting in a positive delay; or
the first time.sleep() may terminate earlier resulting in a negative
delay.

In either case compensate for these delays in the second sleep, in order
to try to diverge as little possible from the total nominal symbol
transmission distance.
src/savemysugar/CallDistanceTransceiver.py