changed order of FSK and AFSK to match button

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

@ -11,7 +11,7 @@ if [ "$1" = "c" ]; then
echo $(($y % 4))
fi
if [[ ("$1" = "a" ) || (("$1" = "c") && ("$(($y %4))" = 0)) ]]; then
if [[ ("$1" = "a" ) || (("$1" = "c") && ("$(($y %4))" = 3)) ]]; then
echo "Mode is continuous AFSK"
/home/pi/CubeSatSim/radioafsk afsk
elif [[ ("$1" = "b" ) || (("$1" = "c") && ("$(($y %4))" = 1)) ]]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.