Update rpitx.py typo

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

@ -81,7 +81,7 @@ def increment_mode():
file.close()
print("Mode is: ")
print(mode)
if (mode == ):
if (mode == 'a'):
mode = 'f'
GPIO.output(powerPin, 0) # blink two times
sleep(0.1)

Loading…
Cancel
Save

Powered by TurnKey Linux.