Update config prompt in -n mode again

beta-extra-2
Alan Johnston 1 year ago committed by GitHub
parent f8a49055cc
commit 765b838b5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1255,6 +1255,10 @@ elif [ "$1" = "-n" ]; then
echo "changing CubeSatSim to Transmit Commands mode"
value=`cat /home/pi/CubeSatSim/.mode`
echo "$value" > /dev/null
set -- $value
if [ "$1" = "n" ]; then
echo "Turning Transmit Command and Control mode OFF"
echo "Switching to FSK mode"

Loading…
Cancel
Save

Powered by TurnKey Linux.