From 16541a99b57212b92ea631ce9dbf4897d7b7ce64 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 10 Jun 2025 11:25:05 -0400 Subject: [PATCH] Update main.c DISABLED not ENABLED for c2cstatus --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }