From 9a76ea51eee76a3bb82fa05f3d48ed2ad0888769 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 8 Jul 2026 18:11:28 -0400 Subject: [PATCH] Update frequency.py fix rx_OK test --- frequency.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frequency.py b/frequency.py index 1f6960f3..c38034a4 100644 --- a/frequency.py +++ b/frequency.py @@ -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!")