From 1e97592a120be0533ed085b1d03cf7fa0c23f2e5 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 17 Feb 2026 09:39:48 -0500 Subject: [PATCH] Update transmit.py change back to txLed 27 --- transmit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transmit.py b/transmit.py index 8ede6736..9a249d82 100644 --- a/transmit.py +++ b/transmit.py @@ -211,8 +211,8 @@ except: print("Can't set txLed") transmit = False -# txLed = 27 -txLed = 17 +txLed = 27 +# txLed = 17 txLedOn = 1 txLedOff = 0 if GPIO.input(12) == False: