From 1956a15f01b6d3021a07b48490bc3186b99ac1e0 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 1 Oct 2023 22:24:08 -0400 Subject: [PATCH] Update main.c with HAB mode log entry --- main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.c b/main.c index b2b39065..9c82ddc9 100644 --- a/main.c +++ b/main.c @@ -61,6 +61,10 @@ int main(int argc, char * argv[]) { fflush(stdout); // 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);