added sleep for sstv mode

pull/51/head
alanbjohnston 5 years ago committed by GitHub
parent d31a0ef2b6
commit dbbd8933d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,6 +10,9 @@ if [ "$1" = "a" ]; then
elif [ "$1" = "b" ]; then
echo "Mode is continuous BPSK"
/home/pi/CubeSatSim/radioafsk bpsk
elif [ "$1" = "s" ]; then
echo "Mode is continuous SSTV"
while true; do sleep 5; done
else
echo "Mode is continuous FSK"
/home/pi/CubeSatSim/radioafsk fsk

Loading…
Cancel
Save

Powered by TurnKey Linux.