Update main.c start command at end of init

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.