diff --git a/main.c b/main.c index 5422f54c..53cd1aab 100644 --- a/main.c +++ b/main.c @@ -1336,7 +1336,7 @@ void get_tlm(void) { */ strcat(str, footer_str1); // strcat(str, call); - if ( == ON) + if (battery_saver_mode == ON) strcat(str, footer_str); // add extra packet for rpitx transmission else strcat(str, footer_str2);