Update rpitx.py force transmit on

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

@ -199,7 +199,8 @@ GPIO.setwarnings(False)
GPIO.setup(txc_pin, GPIO.IN, pull_up_down=GPIO.PUD_UP) GPIO.setup(txc_pin, GPIO.IN, pull_up_down=GPIO.PUD_UP)
GPIO.setup(green, GPIO.OUT) GPIO.setup(green, GPIO.OUT)
transmit = False #transmit = False
transmit = True # force on for now
#if GPIO.input(12) == False: #if GPIO.input(12) == False:
# print("Version is v1 with UHF BPF") # print("Version is v1 with UHF BPF")
# transmit = True # transmit = True

Loading…
Cancel
Save

Powered by TurnKey Linux.