Update aprs_in.py set mode to a in else

pull/323/head
Alan Johnston 1 year ago committed by GitHub
parent 30b23193ef
commit c7ba0ca01c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save

Powered by TurnKey Linux.