Update rpitx.py added variables

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

@ -201,6 +201,9 @@ GPIO.setup(green, GPIO.OUT)
#transmit = False
transmit = True # force on for now
txLed = 27
txLedOn = 1
txLedOff = 0
#if GPIO.input(12) == False:
# print("Version is v1 with UHF BPF")
# transmit = True

Loading…
Cancel
Save

Powered by TurnKey Linux.