From 70f7fa333477e3baf36d3d76a58e60f5010595c2 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 2 Mar 2024 10:59:13 -0500 Subject: [PATCH] Update rpitx.py cw1 debug --- rpitx.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rpitx.py b/rpitx.py index ed98f400..ecf5acfb 100644 --- a/rpitx.py +++ b/rpitx.py @@ -515,10 +515,10 @@ if __name__ == "__main__": try: 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("gen_packets -M 20 -o /home/pi/CubeSatSim/morse.wav /home/pi/CubeSatSim/cw1.txt -r 48000") # > /dev/null 2>&1") ### system("sudo rm /home/pi/CubeSatSim/cwready") - print("Sending cw0.txt") - system("cat /home/pi/CubeSatSim/cw0.txt") + print("Sending cw1.txt") + system("cat /home/pi/CubeSatSim/cw1.txt") if (command_tx == True): output(txLed, txLedOn)