From e9d63c38ca09d9cd93899410bb490e05f43fc8e8 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 3 Mar 2024 07:48:29 -0500 Subject: [PATCH] Update rpitx.py no c&c --- rpitx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpitx.py b/rpitx.py index c190e2cf..80a64bad 100644 --- a/rpitx.py +++ b/rpitx.py @@ -389,7 +389,7 @@ if __name__ == "__main__": system("echo 'hi hi de " + callsign + "' > id.txt && gen_packets -M 20 /home/pi/CubeSatSim/id.txt -o /home/pi/CubeSatSim/morse.wav -r 48000 > /dev/null 2>&1") - command_control_check() +# command_control_check() # if (mode != 'a') and (command_tx == True): if (command_tx == True): @@ -475,7 +475,7 @@ if __name__ == "__main__": elif (mode == 'm'): print("CW") while True: - command_control_check() +# command_control_check() try: f = open("/home/pi/CubeSatSim/cwready")