Update rpitx.py

aprs-sr-frs
alanbjohnston 3 years ago committed by GitHub
parent 14ac165bd0
commit 2f4172b353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -243,7 +243,7 @@ if __name__ == "__main__":
while 1:
print ("Sending SSTV image")
output(txLed, txLedOn)
system("cat aplay /home/pi/CubeSatSim/sstv_image_1_320_x_256.jpg.wav")
system("cat aplay /home/pi/CubeSatSim/sstv_image_1_320_x_256.jpg.wav")
# 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")
# else:

Loading…
Cancel
Save

Powered by TurnKey Linux.