Update main.c removed stray off

beta-v1.3.2-battery-saver-2
Alan Johnston 2 years ago committed by GitHub
parent 422cb1e3a9
commit 8b17d6c2ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2261,7 +2261,6 @@ if (setting == ON) {
return;
} else if (setting == OFF) {
return;
FILE *command = popen("rm /home/pi/CubeSatSim/battery_saver", "r");
pclose(command);
fprintf(stderr,"Turning Battery saver mode OFF\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.