fix carrier only transmit

master-fsk-cw
Alan Johnston 2 weeks ago committed by GitHub
parent 34832b250f
commit c9358ee1e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -544,7 +544,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 " + tx + "e3 > /dev/null 2>&1")
else:
system("timeout 3 sudo /home/pi/rpitx/rpitx -i- -m RF -f" + tx + "e3")
system("timeout 3 sudo /home/pi/rpitx/rpitx -i- -m RF -f " + tx + "e3")
print("Transmit carrier only since FM failure is simulated")
sleep(0.1)
# output (ptt, 1)

Loading…
Cancel
Save

Powered by TurnKey Linux.