diff --git a/main.c b/main.c index 4133ada8..58bc55c5 100644 --- a/main.c +++ b/main.c @@ -1099,7 +1099,7 @@ void get_tlm(void) { } else { // CW mode strcat(str, header_str4); strcat(str, call); - if (c2cStatus == ENABLED) { + if (c2cStatus != DISABLED) { strcat(str, header_c2c); }