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)
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.


No differences found