@ -517,7 +517,9 @@ if __name__ == "__main__":
f.close()
system("sudo rm /home/pi/CubeSatSim/cwready")
channel = 0
while (channel < 7):
print(channel)
while channel < 7:
system("gen_packets -M 20 -o /home/pi/CubeSatSim/morse.wav /home/pi/CubeSatSim/cw" + channel + ".txt -r 48000 > /dev/null 2>&1")
channel += 1
# print("Sending cw1.txt")
Powered by TurnKey Linux.