diff --git a/squelch_cc.py b/squelch_cc.py index c3a8ae2a..0c766daf 100644 --- a/squelch_cc.py +++ b/squelch_cc.py @@ -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()