Update transmit.py change tx in update_doppler

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

@ -537,6 +537,8 @@ def update_doppler():
rx_doppler_freq_hz = rx_doppler_start_hz + rx_doppler_shift_hz
print(f"Rx Doppler shift: {rx_doppler_freq_hz:.0f}")
rx = "{:.4f}".format(rx_doppler_freq_hz/1e6)
if (mode == 'e'):
tx = "{:.4f}".format(tx_doppler_freq_hz/1e6)
program_fm(rx,tx,rxpl_value,sq,txpl_value)
except:
print("update_doppler failed")

Loading…
Cancel
Save

Powered by TurnKey Linux.