From 34007d411a56f7501b285a4e9e8e5555c2e050ad Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 2 Mar 2024 13:38:13 -0500 Subject: [PATCH] Update rpitx.py print cw command --- rpitx.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rpitx.py b/rpitx.py index 657915ae..53afca53 100644 --- a/rpitx.py +++ b/rpitx.py @@ -484,6 +484,7 @@ if __name__ == "__main__": ch = 1 for chan in range(7): command = "gen_packets -M 20 -o /home/pi/CubeSatSim/morse.wav /home/pi/CubeSatSim/cw" + str(chan) + ".txt -r 48000 > /dev/null 2>&1" + print(command) system(command) chan = chan + 1 if (command_tx == True):