Update transmit.py remove rm t.txt

master-bf
Alan Johnston 22 hours ago committed by GitHub
parent 9f640225d3
commit 780bdb55ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1168,7 +1168,6 @@ if __name__ == "__main__":
f.close() f.close()
if (debug_mode == 1): if (debug_mode == 1):
print("Packet ready!") print("Packet ready!")
system("sudo rm /home/pi/CubeSatSim/t.txt")
system("gen_packets -o /home/pi/CubeSatSim/telem.wav /home/pi/CubeSatSim/t.txt -r 48000 > /dev/null 2>&1") system("gen_packets -o /home/pi/CubeSatSim/telem.wav /home/pi/CubeSatSim/t.txt -r 48000 > /dev/null 2>&1")
system("cat /home/pi/CubeSatSim/t.txt") system("cat /home/pi/CubeSatSim/t.txt")
if (command_tx == True): if (command_tx == True):

Loading…
Cancel
Save

Powered by TurnKey Linux.