From 6fa3673cd5c3d8a55bf864b5b8b16f8bc069c96b Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 30 Jun 2024 16:48:39 -0400 Subject: [PATCH] Update rpitx.py remove cclog.txt since didn't work --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index a24c8fdc..38d97c8c 100644 --- a/rpitx.py +++ b/rpitx.py @@ -375,7 +375,7 @@ if __name__ == "__main__": else: print("command and control is activated") no_command = False - system("/home/pi/CubeSatSim/command & > cclog.txt") + system("/home/pi/CubeSatSim/command &") except: print("command and control not activated") no_command = True