From d05f624998983793725b4b41c56582cf16e3d541 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 16 Mar 2026 11:52:27 -0400 Subject: [PATCH] Update main.c move start/stop pacsatsim to transmit --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index a7b50540..2f1954a6 100644 --- a/main.c +++ b/main.c @@ -273,7 +273,7 @@ int main(int argc, char * argv[]) { } } } - +/* if ( mode == PACSAT) { FILE * pacsat_file = popen("sudo systemctl restart pacsatsim", "r"); pclose(pacsat_file); @@ -282,7 +282,7 @@ int main(int argc, char * argv[]) { FILE * pacsat_file = popen("sudo systemctl stop pacsatsim", "r"); pclose(pacsat_file); } - +*/ // Open telemetry file with STEM Payload Data telem_file = fopen("/home/pi/CubeSatSim/telem.txt", "a"); if (telem_file == NULL)