Update frequency.py fix rx_OK test

master-bg
Alan Johnston 2 weeks ago committed by GitHub
parent 7dbfb00517
commit 9a76ea51ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -30,7 +30,7 @@ def check_frequency():
elif (rx_doppler_freq_hz < 144000000):
rx_doppler_freq_hz = 434600000
else:
rx_OK == True
rx_OK = True
if (tx_OK != True) or (rx_OK != True):
print("Error - frequency out of range!")

Loading…
Cancel
Save

Powered by TurnKey Linux.