From 595bdcf1e3fe69b206af6b1cc15c30b2ab1e7d7a Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 8 Feb 2026 10:40:42 -0500 Subject: [PATCH] Update transmit.py try txLed 17 --- transmit.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/transmit.py b/transmit.py index 597c67d6..90c5b14e 100644 --- a/transmit.py +++ b/transmit.py @@ -201,7 +201,8 @@ except: print("Can't set txLed") transmit = False -txLed = 27 +# txLed = 27 +txLed = 17 txLedOn = 1 txLedOff = 0 if GPIO.input(12) == False: