Update rpitx.py fix green LED

beta-extra-2
Alan Johnston 1 year ago committed by GitHub
parent 80e8718593
commit 27d51a615f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -201,6 +201,7 @@ GPIO.setup(12, GPIO.IN, pull_up_down=GPIO.PUD_UP)
GPIO.setup(27, 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.output(powerPin, 1)
transmit = False
if GPIO.input(12) == False:

Loading…
Cancel
Save

Powered by TurnKey Linux.