From b0704f51792a2d3f897ff667f7a9214b3d3ca2fd Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 22 Jan 2026 15:05:04 -0500 Subject: [PATCH] Comment out file creation command in transmit.py Comment out the command to create 'cwready' file. --- transmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmit.py b/transmit.py index 2f28e22c..f4129b83 100644 --- a/transmit.py +++ b/transmit.py @@ -546,7 +546,7 @@ if __name__ == "__main__": # command_control_check() sleep(1) elif (mode == 'm'): - system("touch /home/pi/CubeSatSim/cwready") +# system("touch /home/pi/CubeSatSim/cwready") print("CW") while True: # command_control_check()