swapped On and Off for TFB

pull/101/head
alanbjohnston 5 years ago committed by GitHub
parent 7c960c25f4
commit f47666f7d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,8 +24,8 @@ elif GPIO.input(27) == False:
print("TFB")
transmit = True
txLed = 22
txLedOn = 1
txLedOff = 0
txLedOn = 0
txLedOff = 1
elif GPIO.input(22) == False:
print("vB5 or Later")
transmit = True

Loading…
Cancel
Save

Powered by TurnKey Linux.