Update main.c typo in HAB mode

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

@ -68,7 +68,7 @@ int main(int argc, char * argv[]) {
// sleep(2);
#ifdef HAB
Serial.println("HAB mode enabled - balloon icon and BAT only telem and no low voltage shutdown");
printf("HAB mode enabled - balloon icon and BAT only telem and no low voltage shutdown\n");
#endif
// FILE * rpitx_restart = popen("sudo systemctl restart rpitx", "r");

Loading…
Cancel
Save

Powered by TurnKey Linux.