From 11b364558046e771cbbcb4d9d2c4632748a95896 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 16 Jul 2026 17:11:01 -0400 Subject: [PATCH] Update transmit.py print mode --- transmit.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/transmit.py b/transmit.py index ea401413..b1e1dae2 100644 --- a/transmit.py +++ b/transmit.py @@ -948,6 +948,8 @@ if __name__ == "__main__": doppler_table = iss_doppler_passes[TARGET_PASS] print(f"Pass Max Elevation: {TARGET_PASS}°") + print("MODE: ") + print(mode) if (mode == 'm'): print("Sleeping 15 seconds") sleep(15) # avoid CW jumping around at start