From 1e90684751da5e7808839da09b454c3b953f3f4b Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 16 Aug 2025 17:52:35 -0400 Subject: [PATCH] Update main.c default fail_rnd to no --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index 49e917b8..13187c81 100644 --- a/main.c +++ b/main.c @@ -292,6 +292,7 @@ int main(int argc, char * argv[]) { transmit = TRUE; } + strcpy(fail_yes, "no"); config_file = fopen("sim.cfg", "w"); fprintf(config_file, "%s %d %8.4f %8.4f %s %d %s %s %s %d %d %s %d", call, reset_count, lat_file, long_file, sim_yes, squelch, tx, rx, hab_yes, rx_pl, tx_pl, fail_yes, fail_time);