From d20b8e625f009c370ca36b44b72779e26053152c Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 28 Feb 2026 18:26:21 -0500 Subject: [PATCH] Update main.c reset firstTime --- main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.c b/main.c index 395d67db..9eb4fe5d 100644 --- a/main.c +++ b/main.c @@ -1907,6 +1907,9 @@ void get_tlm_fox() { fprintf(stderr, "\nNo CubeSatSim Band Pass Filter detected. No transmissions after the CW ID.\n"); fprintf(stderr, " See http://cubesatsim.org/wiki for info about building a CubeSatSim\n\n"); } + + if (firstTime && (mode == PACSAT)) + firstTime = 0; return; }