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: