Update main.c remove command start

beta-ccd
Alan Johnston 1 year ago committed by GitHub
parent a778d1a9a2
commit cf4850fcc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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();

Loading…
Cancel
Save

Powered by TurnKey Linux.