fixed SSTV bug

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

@ -257,6 +257,7 @@ if __name__ == "__main__":
if (txc): if (txc):
system("aplay /home/pi/CubeSatSim/sstv_image_2_320_x_256.jpg.wav") system("aplay /home/pi/CubeSatSim/sstv_image_2_320_x_256.jpg.wav")
else:
if (debug_mode == 1): if (debug_mode == 1):
system("cat /home/pi/CubeSatSim/sstv_image_2_320_x_256.jpg.wav | csdr convert_i16_f | csdr gain_ff 14000 | csdr convert_f_samplerf 20833 | sudo rpitx -i- -m RF -f 434.9e3") system("cat /home/pi/CubeSatSim/sstv_image_2_320_x_256.jpg.wav | csdr convert_i16_f | csdr gain_ff 14000 | csdr convert_f_samplerf 20833 | sudo rpitx -i- -m RF -f 434.9e3")
else: else:

Loading…
Cancel
Save

Powered by TurnKey Linux.