remove extra 0.4s of silence at end for aprs

sr-frs-payload-all-modes
Alan Johnston 2 years ago committed by GitHub
parent 96fb394d5c
commit ee9a5e5a06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -154,7 +154,7 @@ if __name__ == "__main__":
# else:
# system("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")
system("aplay /home/pi/CubeSatSim/telem.wav")
sleep(0.5) # was 0.1 sec
sleep(0.1)
output (ptt, 1)
# output(pd, 0)
output(txLed, txLedOff)

Loading…
Cancel
Save

Powered by TurnKey Linux.