From a778d1a9a223340700c3395640ac13642b859d09 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 8 Jul 2024 11:26:59 -0400 Subject: [PATCH] Update main.c start command at end of init --- main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.c b/main.c index 1a6a8749..6a4c7e42 100644 --- a/main.c +++ b/main.c @@ -536,6 +536,9 @@ int main(int argc, char * argv[]) { other_min[i] = 1000.0; other_max[i] = -1000.0; } + + FILE * command_start = popen("sudo systemctl start command", "r"); + pclose(command_start); long int loopTime; loopTime = millis();