Update config added reading command_control setting

pull/302/head
Alan Johnston 2 years ago committed by GitHub
parent de41b6c66f
commit afccc69a1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -60,6 +60,13 @@ if [ "$1" = "" ]; then
echo $6
echo
FILE=/home/pi/CubeSatSim/command_control
if [ -f "$FILE" ]; then
echo "Radio command and control is ON"
else
echo "Radio command and control is OFF"
fi
FILE=/home/pi/CubeSatSim/battery_saver
if [ -f "$FILE" ]; then
echo "Battery saver mode is ON"

Loading…
Cancel
Save

Powered by TurnKey Linux.