Update rpitx.py print cw command

beta-cc-hi
Alan Johnston 2 years ago committed by GitHub
parent d3aff37453
commit 34007d411a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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):

Loading…
Cancel
Save

Powered by TurnKey Linux.