From ebd21e267d9978290c379c15b88c0ff4917c1b04 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 30 Jun 2024 18:06:15 -0400 Subject: [PATCH] Update rpitx.py start command.service --- rpitx.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index 6fa3a32b..d6f906af 100644 --- a/rpitx.py +++ b/rpitx.py @@ -373,9 +373,10 @@ if __name__ == "__main__": print("squelch not set correctly, no command input!") no_command = True else: - print("NOT: command and control is activated") + print("command and control is activated") no_command = False # system("/home/pi/CubeSatSim/command &") + system("sudo systemctl start command") except: print("command and control not activated") no_command = True