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: