Update config add -G change to Pacsat

pull/347/head
Alan Johnston 1 year ago committed by GitHub
parent ffe5f107ad
commit 21e723d18c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1409,6 +1409,15 @@ elif [ "$1" = "-g" ]; then
fi
elif [ "$1" = "-G" ]; then
echo "Changing to Pacsat mode"
echo
sudo systemctl stop cubesatsim
sudo systemctl stop transmit
/home/pi/CubeSatSim/pacsat.sh
elif [ "$1" = "-h" ]; then
echo "config OPTION"
@ -1445,6 +1454,7 @@ elif [ "$1" = "-h" ]; then
echo " -o Change telemetry beacon transmit state"
echo " -L Change microphone level for command and control"
echo " -g Reset configuration back to default settings"
echo " -G Change to Pacsat mode"
echo
exit

Loading…
Cancel
Save

Powered by TurnKey Linux.