From 21b9bc8dc85c89e8605ed1dc5ef32467483e3988 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 30 Jun 2024 14:48:23 -0400 Subject: [PATCH] Update rpitx.py don't do command and control check --- rpitx.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpitx.py b/rpitx.py index ed5c0733..57d0391b 100644 --- a/rpitx.py +++ b/rpitx.py @@ -17,6 +17,8 @@ def command_control_check(): global no_command global debug_mode global command_count + + return output(pd, 1) output(ptt, 1)