From b09d964641cd1d08bb3bc99e1eba59fab8ac360c Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 30 Jun 2024 16:53:47 -0400 Subject: [PATCH] Update rpitx.py don't activate command and control here --- rpitx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpitx.py b/rpitx.py index 38d97c8c..6fa3a32b 100644 --- a/rpitx.py +++ b/rpitx.py @@ -373,9 +373,9 @@ if __name__ == "__main__": print("squelch not set correctly, no command input!") no_command = True else: - print("command and control is activated") + print("NOT: command and control is activated") no_command = False - system("/home/pi/CubeSatSim/command &") +# system("/home/pi/CubeSatSim/command &") except: print("command and control not activated") no_command = True