From 4f886e2bab9886f612ba125cc042c5996a391e64 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 2 Mar 2024 10:55:34 -0500 Subject: [PATCH] Update rpitx.py don't remove cwready --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index 86355bad..ed98f400 100644 --- a/rpitx.py +++ b/rpitx.py @@ -516,7 +516,7 @@ if __name__ == "__main__": f = open("/home/pi/CubeSatSim/cwready") f.close() system("gen_packets -M 20 -o /home/pi/CubeSatSim/morse.wav /home/pi/CubeSatSim/cw0.txt -r 48000 > /dev/null 2>&1") - system("sudo rm /home/pi/CubeSatSim/cwready") +### system("sudo rm /home/pi/CubeSatSim/cwready") print("Sending cw0.txt") system("cat /home/pi/CubeSatSim/cw0.txt")