Update dtmf_aprs_cc.py fix else

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.