From 40c65cd5fc30b242f6aff93ee3b0a1da2c186bc0 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 30 Jun 2024 13:11:07 -0400 Subject: [PATCH] Update squelch_cc.py add sleep 0.5 --- squelch_cc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/squelch_cc.py b/squelch_cc.py index 32a4a2b8..2ba4c4c5 100644 --- a/squelch_cc.py +++ b/squelch_cc.py @@ -176,3 +176,4 @@ GPIO.setup(powerPin, GPIO.OUT) while True: command_control_check() + sleep(0.5)