From 9ca5a669af35a25780a274becf634c073096eaa6 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 30 Jun 2024 16:06:35 -0400 Subject: [PATCH] Update rpitx.py activate command script in background --- rpitx.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rpitx.py b/rpitx.py index b3018d52..38d97c8c 100644 --- a/rpitx.py +++ b/rpitx.py @@ -375,6 +375,7 @@ if __name__ == "__main__": else: print("command and control is activated") no_command = False + system("/home/pi/CubeSatSim/command &") except: print("command and control not activated") no_command = True