From 630e015d9e2f7369ff1ed34690be17b78cd00068 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 22 Feb 2025 16:14:52 -0500 Subject: [PATCH] Update transmit.py shift 290.9 --- transmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmit.py b/transmit.py index 7fe1c380..7991313c 100644 --- a/transmit.py +++ b/transmit.py @@ -808,7 +808,7 @@ if __name__ == "__main__": # GPIO.setup(powerPin, GPIO.OUT) GPIO.setup(squelch, GPIO.IN, pull_up_down=GPIO.PUD_UP) ## pull up in case pin is not connected # GPIO.output(powerPin, 1) # was 0 - txf = float(tx) - 289.9 + txf = float(tx) - 290.9 print("Transmit frequency: ",txf) while True: sleep(1)