From 30ba5897b04ceda05e8854052f467b5bef0b7759 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 22 Jan 2026 14:45:59 -0500 Subject: [PATCH] Comment out 'touch ready' command in transmit.py so don't transmit previous packet Comment out code that touches the 'ready' file based on mode. --- transmit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transmit.py b/transmit.py index 80f6ff24..2f28e22c 100644 --- a/transmit.py +++ b/transmit.py @@ -493,8 +493,8 @@ if __name__ == "__main__": system("sudo systemctl stop command") # while True: # sleep(0.1) - if (mode != 'n'): - system("touch /home/pi/CubeSatSim/ready") +# if (mode != 'n'): +# system("touch /home/pi/CubeSatSim/ready") while True: try: