Update demo.sh

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

@ -20,8 +20,9 @@ else
echo "Mode cycling"
y=$(last reboot | grep ^reboot | wc -l)
echo $y
echo $(($y % 4))
if [ "$y" % 4 = "0" ]; then
if [ $(($y % 4)) = "0" ]; then
echo "Mode is continuous AFSK"
/home/pi/CubeSatSim/radioafsk afsk
elif [ "$1" = "b" ]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.