Update transmit.py fix frequency variable names

master-bf-pre
Alan Johnston 2 days ago committed by GitHub
parent 98be0b1260
commit c51dfdf306
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -531,7 +531,7 @@ def update_doppler(fm="yes"):
tx_frequency = int(frequencies[0]) tx_frequency = int(frequencies[0])
rx_frequency = int(frequencies[1]) # Not used right now as FT857 emulation only updates transmit frequency rx_frequency = int(frequencies[1]) # Not used right now as FT857 emulation only updates transmit frequency
print(f"New vfoA: {vfoA_frequency}, new vfoB: {vfoB_frequency}") print(f"New TX Frequency: {tx_frequency}, new RX Frequency: {rx_frequency}")
if rigctl: if rigctl:
if (tx_frequency > 145880000): if (tx_frequency > 145880000):

Loading…
Cancel
Save

Powered by TurnKey Linux.