Update main.c DISABLED not ENABLED for c2cstatus

master-ff
Alan Johnston 6 months ago committed by GitHub
parent 8854c94eb9
commit 16541a99b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1099,7 +1099,7 @@ void get_tlm(void) {
} else { // CW mode } else { // CW mode
strcat(str, header_str4); strcat(str, header_str4);
strcat(str, call); strcat(str, call);
if (c2cStatus == ENABLED) { if (c2cStatus != DISABLED) {
strcat(str, header_c2c); strcat(str, header_c2c);
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.