From 047ee2e215a6989723bd6780937c41ab8dd8be67 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 30 Jun 2024 12:45:28 -0400 Subject: [PATCH] Update squelch_cc.py set squelch to 6 --- squelch_cc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/squelch_cc.py b/squelch_cc.py index b5487e1c..9df6735f 100644 --- a/squelch_cc.py +++ b/squelch_cc.py @@ -164,6 +164,7 @@ def increment_mode(): GPIO.setmode(GPIO.BCM) GPIO.setwarnings(False) +squelch = 6 GPIO.setup(squelch, GPIO.IN, pull_up_down=GPIO.PUD_UP) ## pull up in case pin is not connected while True: