From 8e8a4b3dee1f881e26af3289c805dd99f2fedfb2 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 28 Feb 2026 18:37:57 -0500 Subject: [PATCH] Update main.c comment out first time --- main.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main.c b/main.c index 8d67227e..a38404fe 100644 --- a/main.c +++ b/main.c @@ -1908,12 +1908,12 @@ void get_tlm_fox() { fprintf(stderr, " See http://cubesatsim.org/wiki for info about building a CubeSatSim\n\n"); } - if (firstTime && (mode == PACSAT)) - { - firstTime = OFF; - fprintf(stderr, "No longer first time\n"); - fflush(stdout); - } +// if (firstTime && (mode == PACSAT)) +// { +// firstTime = OFF; +// fprintf(stderr, "No longer first time\n"); +// fflush(stdout); +// } return; }