From e2a2ef8d37d78ed9b63265b9edc728a0d09c8dba Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 30 Jun 2024 15:15:00 -0400 Subject: [PATCH] Update squelch_cc.py fix txLED variable --- squelch_cc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/squelch_cc.py b/squelch_cc.py index 18d2d09d..3461d2ae 100644 --- a/squelch_cc.py +++ b/squelch_cc.py @@ -10,7 +10,8 @@ def command_control_check(): # global no_command global debug_mode command_count = 0 - squelch = 6 + global squelch + global txLed # output(pd, 1) # output(ptt, 1)