Update rpitx.py don't remove cwready

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

@ -516,7 +516,7 @@ if __name__ == "__main__":
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("sudo rm /home/pi/CubeSatSim/cwready")
### system("sudo rm /home/pi/CubeSatSim/cwready")
print("Sending cw0.txt")
system("cat /home/pi/CubeSatSim/cw0.txt")

Loading…
Cancel
Save

Powered by TurnKey Linux.