From 345dfd6c05f8b2c351b47c6659ed5525f4e086d0 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 23 Jul 2024 14:34:25 -0400 Subject: [PATCH] Update main.c start rpitx --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.c b/main.c index a985195d..5f3c8062 100644 --- a/main.c +++ b/main.c @@ -124,7 +124,8 @@ int main(int argc, char * argv[]) { } // FILE * rpitx_stop = popen("sudo systemctl stop rpitx", "r"); - FILE * rpitx_stop = popen("sudo systemctl restart rpitx", "r"); +// FILE * rpitx_stop = popen("sudo systemctl restart rpitx", "r"); + FILE * rpitx_stop = popen("sudo systemctl start rpitx", "r"); pclose(rpitx_stop); // FILE * cc_start = popen("/home/pi/CubeSatSim/command &", "r");