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"
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 -e "Current sim.cfg configuration file:"
# echo

Loading…
Cancel
Save

Powered by TurnKey Linux.