Update transmit.py print tx

master-bta
Alan Johnston 1 month ago committed by GitHub
parent d2c4dcd6ee
commit 35395941d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -539,6 +539,7 @@ def update_doppler():
rx = "{:.4f}".format(rx_doppler_freq_hz/1e6)
if (mode == 'e'):
tx = "{:.4f}".format(tx_doppler_freq_hz/1e6)
print(tx)
program_fm(rx,tx,rxpl_value,sq,txpl_value)
except:
print("update_doppler failed")

Loading…
Cancel
Save

Powered by TurnKey Linux.