From 7f359eddf53413ca23f130a39b47a3481b7e8605 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 23 Jan 2026 12:40:11 -0500 Subject: [PATCH] Update main.c back to get_tlm_fox 1 FSK 1 BPSK --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index d9e99a17..07bd9626 100644 --- a/main.c +++ b/main.c @@ -552,7 +552,7 @@ int main(int argc, char * argv[]) { } 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