Update rpitx.py

pull/120/head
alanbjohnston 5 years ago committed by GitHub
parent 8ed01c55d5
commit 03c3047080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,7 +68,7 @@ if __name__ == "__main__":
print("No camera")
camera_present = 0
while 1:
while 1:
system("(while true; do (sleep 5 && cat /home/pi/CubeSatSim/wav/sstv.wav); done) | csdr convert_i16_f | csdr gain_ff 7000 | csdr convert_f_samplerf 20833 | sudo rpitx -i- -m RF -f 434.9e3 &")
GPIO.output(txLed, txLedOff)
if (camera_present == 1):

Loading…
Cancel
Save

Powered by TurnKey Linux.