Update config add print beacon state

pull/327/head
Alan Johnston 1 year ago committed by GitHub
parent a3677fd5be
commit 924b70bfa7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -324,6 +324,13 @@ if [ "$1" = "" ]; then
echo "Battery saver mode is OFF" echo "Battery saver mode is OFF"
fi fi
FILE=/home/pi/CubeSatSim/beacon_off
if [ -f "$FILE" ]; then
echo "Transmit beacon telemetry is OFF"
else
echo "Transmit beacon telemetry is ON"
fi
echo echo
echo -e "Current sim.cfg configuration file:" echo -e "Current sim.cfg configuration file:"
# echo # echo
@ -1118,7 +1125,7 @@ elif [ "$1" = "-o" ]; then
else else
echo "Transmit beacon telemetry is on" echo "Transmit beacon telemetry is on"
echo echo
echo "Do you want to turn beacon telemetry OFF(y/n) " echo "Do you want to turn beacon telemetry OFF (y/n) "
read reset read reset
echo echo

Loading…
Cancel
Save

Powered by TurnKey Linux.