Update command.sh do all modes

pull/429/head
Alan Johnston 3 days ago committed by GitHub
parent 964d18045a
commit 1d842ab5e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,8 +8,8 @@ set -- $value
if [ "$1" != "n" ]; then
echo "Do you want to change to Transmit Commands mode?"
echo "You are not in Transmit Commands mode"
sleep 10
exit
fi
@ -26,16 +26,16 @@ echo $mode
if [ -z "$mode" ]; then
echo "No choice made."
echo "No choice made."
sleep 10
fi
exit
if [ "$mode" = "a" ]; then
fi
echo "Change to APRS mode"
/home/pi/CubeSatSim/config -$mode
sleep 10
/home/pi/CubeSatSim/config -a
fi

Loading…
Cancel
Save

Powered by TurnKey Linux.