Update main.c with HAB mode log entry

pull/279/head
Alan Johnston 2 years ago committed by GitHub
parent 7c77642b02
commit 1956a15f01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,6 +62,10 @@ 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");
#endif
FILE * rpitx_restart = popen("sudo systemctl restart rpitx", "r");
pclose(rpitx_restart);

Loading…
Cancel
Save

Powered by TurnKey Linux.