Update dtmf_aprs_cc.py else if typo

beta-extra-3
Alan Johnston 1 year ago committed by GitHub
parent 1a8d40965d
commit cdf25da355
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -132,7 +132,7 @@ if __name__ == "__main__":
sleep(0.1) sleep(0.1)
GPIO.output(powerPin, 1) GPIO.output(powerPin, 1)
sleep(1) sleep(1)
elseif: elif:
mode = 'a' mode = 'a'
GPIO.output(powerPin, 0) # blink one time GPIO.output(powerPin, 0) # blink one time
sleep(0.1) sleep(0.1)

Loading…
Cancel
Save

Powered by TurnKey Linux.