Update rpitx.py another typo

pull/317/head
Alan Johnston 2 years ago committed by GitHub
parent 376656a9fd
commit 33a9d164be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -149,7 +149,7 @@ def increment_mode():
GPIO.output(powerPin, 1)
sleep(2.5)
else:
mode =
mode = 'a'
GPIO.output(powerPin, 0) # blink one time
sleep(0.1)
GPIO.output(powerPin, 1)

Loading…
Cancel
Save

Powered by TurnKey Linux.