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")