From cf4850fcc00d0854b4f0fd94006cb3c76fe013b1 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 8 Jul 2024 11:32:05 -0400 Subject: [PATCH] Update main.c remove command start --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 6a4c7e42..9e1c8db1 100644 --- a/main.c +++ b/main.c @@ -537,8 +537,8 @@ int main(int argc, char * argv[]) { other_max[i] = -1000.0; } - FILE * command_start = popen("sudo systemctl start command", "r"); - pclose(command_start); +// FILE * command_start = popen("sudo systemctl start command", "r"); +// pclose(command_start); long int loopTime; loopTime = millis();