From 5b1170b66040c63c490ddf566a6710d3b792b05d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 2 Mar 2024 12:08:28 -0500 Subject: [PATCH] Update rpitx.py more prints --- rpitx.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index dd4de9f2..4cd66baf 100644 --- a/rpitx.py +++ b/rpitx.py @@ -511,7 +511,8 @@ if __name__ == "__main__": # output (ptt, 1) # sleep(5) while True: - command_control_check() +# command_control_check() + print("don't command control check 0") try: f = open("/home/pi/CubeSatSim/cwready")