From d6bf01cc7333849fbda4ea19f9553cd9774b128d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 31 Oct 2024 09:49:50 -0400 Subject: [PATCH] Update transmit.py changed v1 to LPF present --- transmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmit.py b/transmit.py index 51392f7d..859892f9 100644 --- a/transmit.py +++ b/transmit.py @@ -161,7 +161,7 @@ txLed = 27 txLedOn = 1 txLedOff = 0 if GPIO.input(12) == False: - print("Version is v1 with UHF LPF") + print("LPF present") transmit = True else: print("No LPF")