Update transmit.py try txLed 17

master-b
Alan Johnston 2 months ago committed by GitHub
parent 95cca814ab
commit 595bdcf1e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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:

Loading…
Cancel
Save

Powered by TurnKey Linux.