back to range(5)

pull/88/head
alanbjohnston 5 years ago committed by GitHub
parent a59945cb9f
commit 158f474a92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,7 +55,7 @@ if __name__ == "__main__":
if (('a' == sys.argv[1]) or ('afsk' in sys.argv[1])):
print("AFSK")
time.sleep(4)
for x in range(4):
for x in range(5):
system("sudo gen_packets -o /home/pi/CubeSatSim/telem.wav /home/pi/CubeSatSim/t.txt -r 48000 > /dev/null 2>&1 && cat /home/pi/CubeSatSim/telem.wav | csdr convert_i16_f | csdr gain_ff 7000 | csdr convert_f_samplerf 20833 | sudo /home/pi/rpitx/rpitx -i- -m RF -f 434.9e3 > /dev/null 2>&1")
time.sleep(4)
while True:

Loading…
Cancel
Save

Powered by TurnKey Linux.