Update transmit.py add doppler to pacsatsim

master-bt
Alan Johnston 7 days ago committed by GitHub
parent 2ca2993cec
commit a974c91746
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1020,6 +1020,8 @@ if __name__ == "__main__":
while (input(ptt) != 1):
sleep(0.2)
output(txLed, 0)
if (mode == 'p') and (doppler_mode):
update_doppler()
# print("0")
else:
# sleep(0.1)
@ -1032,6 +1034,8 @@ if __name__ == "__main__":
sleep(0.05)
## system(stop_rpitx)
output(txLed, 0)
if (mode == 'p') and (doppler_mode):
update_doppler("no")
# print("0")
# sleep(10)

Loading…
Cancel
Save

Powered by TurnKey Linux.