From 9856ecb8d66973736067678c9adf1ccca66882f7 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 23 Jan 2026 10:38:28 -0500 Subject: [PATCH] Update main.c BPSK twice get_tlm_fox --- main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.c b/main.c index 77c65f76..45010952 100644 --- a/main.c +++ b/main.c @@ -553,10 +553,6 @@ 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(); - get_tlm_fox(); - 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