Update squelch_cc.py add gpio set mode

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

@ -161,6 +161,8 @@ def increment_mode():
sleep(10);
except:
print("can't write to .mode file")
GPIO.setmode(GPIO.BCM)
GPIO.setwarnings(False)
while True:
command_control_check()

Loading…
Cancel
Save

Powered by TurnKey Linux.