Update rpitx.py more prints

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

@ -530,6 +530,7 @@ if __name__ == "__main__":
for chan in range(7): for chan in range(7):
print("for loop") print("for loop")
command = "gen_packets -M 20 -o /home/pi/CubeSatSim/morse.wav /home/pi/CubeSatSim/cw" + ch + ".txt -r 48000 > /dev/null 2>&1" command = "gen_packets -M 20 -o /home/pi/CubeSatSim/morse.wav /home/pi/CubeSatSim/cw" + ch + ".txt -r 48000 > /dev/null 2>&1"
print("after command assignment")
system(command) system(command)
print("for loop1") print("for loop1")
ch = ch + 1 ch = ch + 1

Loading…
Cancel
Save

Powered by TurnKey Linux.