Update main.c add print

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

@ -2266,7 +2266,8 @@ if (setting == ON) {
pclose(command);
sleep(60);
return;
}
} else
fprintf(stderr, "Nothing to do for battery_saver\n");
}
} else if (setting == OFF) {
if ((mode == AFSK) || (mode == SSTV) || (mode == CW)) {
@ -2280,7 +2281,8 @@ if (setting == ON) {
pclose(command);
sleep(60);
return;
}
} else
fprintf(stderr, "Nothing to do for battery_saver\n");
}
} else {
fprintf(stderr,"battery_saver function error");

Loading…
Cancel
Save

Powered by TurnKey Linux.