cleaned up text

pull/71/head
alanbjohnston 5 years ago committed by GitHub
parent 9232f36d1f
commit 2a1772f931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@
echo
echo "Script to transmit SSTV images from ARISS Radio Pi using CubeSatSim Lite"
echo "Script to transmit SSTV images from ARISS Radio Pi using CubeSatSim Lite"
echo
@ -13,13 +13,13 @@ echo
raspistill -o ~/Desktop/raspicam.jpg -w 640 -h 496 > /dev/null 2>&1
echo "Converting image to SSTV with pysstv (takes about 3 minutes)"
echo "Converting image to SSTV with pysstv (takes about a minute)"
echo
python3 -m pysstv --mode PD120 ~/Desktop/raspicam.jpg output.wav > /dev/null 2>&1
echo "Transmitting PD120 SSTV image on 434.9 MHz using rpitx"
echo "Transmitting PD120 SSTV image on 434.9 MHz using rpitx (takes about two minutes to send)"
echo

Loading…
Cancel
Save

Powered by TurnKey Linux.