Update rpitx.py fix typo

beta-dw-pigpio
Alan Johnston 2 years ago committed by GitHub
parent de9ab50201
commit 11abcf10dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -221,11 +221,11 @@ transmit = True # force on for now
# txLed = 27
# txLedOn = 1
# txLedOff = 0
else:
print("No BPF")
txLed = 27
txLedOn = 1
txLedOff = 0
#else:
# print("No BPF")
# txLed = 27
# txLedOn = 1
# txLedOff = 0
# GPIO.setup(txLed, GPIO.OUT)
# output(txLed, txLedOff)

Loading…
Cancel
Save

Powered by TurnKey Linux.