From 686642c8f9458dc1c35fd2bce61859bb9f3e2655 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 23 Jan 2026 23:05:08 -0500 Subject: [PATCH] Update main.c don't do get_tlm for APRS mode --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index f48e2597..9825362a 100644 --- a/main.c +++ b/main.c @@ -554,9 +554,9 @@ int main(int argc, char * argv[]) { get_tlm_fox(); // fill transmit buffer with reset count 0 packets that will be ignored // get_tlm_fox(); } - else if (((mode == FC))) // && !sim_mode) + else if (mode == FC) // && !sim_mode) get_tlm_fc(); // fill transmit buffer with reset count 0 packets that will be ignored - else if (((mode == AFSK) || (mode == CW))) + else if (mode == CW)) get_tlm(); // generate a frame of telemetry right away if (firstTime == 0)