From 28357f2c5a08cd4a2282a7f3a600efcba5343f8a Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 13 Jul 2026 13:27:37 -0400 Subject: [PATCH] Update transmit.py add 10 seconds sleep for doppler_mode --- transmit.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/transmit.py b/transmit.py index f9b2fc2b..460457f6 100644 --- a/transmit.py +++ b/transmit.py @@ -947,6 +947,9 @@ if __name__ == "__main__": doppler_table = iss_doppler_passes[TARGET_PASS] print(f"Pass Max Elevation: {TARGET_PASS}°") + + print("Sleeping 10 seconds") + sleep(10) # avoid jumping around at start sim_failure_check() if (hab_mode == True) and (mode == 'a'):