Update main.c do nothing

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

@ -2250,6 +2250,7 @@ int battery_saver_check() {
}
void battery_saver(int setting) {
return;
if (setting == ON) {
FILE *command = popen("touch /home/pi/CubeSatSim/battery_saver", "r");
pclose(command);

Loading…
Cancel
Save

Powered by TurnKey Linux.