From 30ee1b7b5172cfeec3fc25af7e9552be0876cd54 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 8 Mar 2026 09:29:45 -0400 Subject: [PATCH] Update transmit.py add sleep 20 --- transmit.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/transmit.py b/transmit.py index e154bada..d2feec64 100644 --- a/transmit.py +++ b/transmit.py @@ -233,6 +233,10 @@ def camera_photo(): print("CubeSatSim v2.2 transmit.py starting...") +print("\nSleeping 20 seconds\n") + +sleep(20) + pd = 21 ptt = 20 txc_pin = 7