From fe0b7a8440cc5c7802dc6e2ae8b57e0c6e06d705 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 2 Mar 2024 12:06:57 -0500 Subject: [PATCH] Update rpitx.py don't command control check --- rpitx.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rpitx.py b/rpitx.py index ceb78c37..dd4de9f2 100644 --- a/rpitx.py +++ b/rpitx.py @@ -555,7 +555,8 @@ if __name__ == "__main__": print("for loop4") print("for loop5") print(chan) - command_control_check() +# command_control_check() + print("dont command control check") print("for loop6") print(chan) print("done 2nd for") @@ -563,7 +564,8 @@ if __name__ == "__main__": # system("sudo rm /home/pi/CubeSatSim/cwready") sleep(5) except: - command_control_check() +# command_control_check() + print("dont command control check") sleep(1) elif (mode == 's'): print("SSTV")