|
|
|
@ -535,7 +535,7 @@ def update_doppler(fm="yes"):
|
|
|
|
|
|
|
|
|
|
|
|
if rigctl:
|
|
|
|
if rigctl:
|
|
|
|
new_rx_frequency = new_tx_frequency + 289169117 # AO-73 U/V cross band repeater offset
|
|
|
|
new_rx_frequency = new_tx_frequency + 289169117 # AO-73 U/V cross band repeater offset
|
|
|
|
print("Calcualting RX frequency using offset from TX frequency"
|
|
|
|
print("Calculating RX frequency using offset from TX frequency")
|
|
|
|
|
|
|
|
|
|
|
|
if (tx_doppler_freq_hz != new_tx_frequency) or (rx_doppler_freq_hz != new_rx_frequency):
|
|
|
|
if (tx_doppler_freq_hz != new_tx_frequency) or (rx_doppler_freq_hz != new_rx_frequency):
|
|
|
|
tx_doppler_freq_hz = new_tx_frequency
|
|
|
|
tx_doppler_freq_hz = new_tx_frequency
|
|
|
|
|