Update main.c added missing variable

beta-cc-safe
Alan Johnston 2 years ago committed by GitHub
parent 1991a9144e
commit 6c1a55b851
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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);

Loading…
Cancel
Save

Powered by TurnKey Linux.