Update demo.sh

pull/60/head
alanbjohnston 5 years ago committed by GitHub
parent cc5350ee10
commit 1e524b7c0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,7 +31,8 @@ else
elif [ "$1" = "s" ]; then
echo "Mode is continuous SSTV"
while true; do sleep 5; done
els3 [ "$1" = "f" ]; then
else
[ "$1" = "f" ]; then
echo "Mode is continuous FSK"
/home/pi/CubeSatSim/radioafsk fsk
fi

Loading…
Cancel
Save

Powered by TurnKey Linux.