Update config changed to -I

pacsat-1
Alan Johnston 1 year ago committed by GitHub
parent 79bd5a787d
commit 2e1f2024e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1435,7 +1435,7 @@ elif [ "$1" = "-G" ]; then
restart=1 restart=1
fi fi
elif [ "$1" = "-H" ]; then elif [ "$1" = "-I" ]; then
echo "Changing to Pacsat Ground Station mode" echo "Changing to Pacsat Ground Station mode"
value=`cat /home/pi/CubeSatSim/.mode` value=`cat /home/pi/CubeSatSim/.mode`
@ -1494,6 +1494,7 @@ elif [ "$1" = "-h" ]; then
echo " -L Change microphone level for command and control" echo " -L Change microphone level for command and control"
echo " -g Reset configuration back to default settings" echo " -g Reset configuration back to default settings"
echo " -G Change to Pacsat mode" echo " -G Change to Pacsat mode"
echo " -I Changing to Pacsat Ground Station mode"
echo echo
exit exit

Loading…
Cancel
Save

Powered by TurnKey Linux.