From fc251eb5468d82478761b4a41e8696454f76d010 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 23 Jan 2026 12:08:24 -0500 Subject: [PATCH] Update main.c two get_tlm --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 1c40ab33..45010952 100644 --- a/main.c +++ b/main.c @@ -548,11 +548,11 @@ int main(int argc, char * argv[]) { // if (((mode == FSK) || (mode == BPSK))) // && !sim_mode) if (mode == FSK) { // && !sim_mode) get_tlm_fox(); -// get_tlm_fox(); + get_tlm_fox(); } if (mode == BPSK) { // && !sim_mode) get_tlm_fox(); // fill transmit buffer with reset count 0 packets that will be ignored -// get_tlm_fox(); + get_tlm_fox(); } else if (((mode == FC))) // && !sim_mode) get_tlm_fc(); // fill transmit buffer with reset count 0 packets that will be ignored