From 289bc8729cdb4200b51d46dde3bda33f6eaa1bfe Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 15 Jul 2026 18:55:11 -0400 Subject: [PATCH] Update transmit.py only delay 15 sec for CW --- transmit.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/transmit.py b/transmit.py index db9430ad..f38edd94 100644 --- a/transmit.py +++ b/transmit.py @@ -948,8 +948,9 @@ if __name__ == "__main__": doppler_table = iss_doppler_passes[TARGET_PASS] print(f"Pass Max Elevation: {TARGET_PASS}°") - print("Sleeping 15 seconds") - sleep(15) # avoid jumping around at start + if (mode == 'm'): + print("Sleeping 15 seconds") + sleep(15) # avoid CW jumping around at start sim_failure_check() if (hab_mode == True) and (mode == 'a'):