From d6fa37cfd137ca91184620378186011158e6cd52 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 2 Mar 2024 10:50:08 -0500 Subject: [PATCH] Update rpitx.py prints --- rpitx.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpitx.py b/rpitx.py index 1fccdc9e..86355bad 100644 --- a/rpitx.py +++ b/rpitx.py @@ -517,6 +517,8 @@ if __name__ == "__main__": 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") + print("Sending cw0.txt") + system("cat /home/pi/CubeSatSim/cw0.txt") if (command_tx == True): output(txLed, txLedOn)