Update config cleanup

beta-v1.3.1.1-hab
Alan Johnston 2 years ago committed by GitHub
parent 91a1e3b631
commit 200939cee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,7 +39,7 @@ if [ "$1" = "" ]; then
# sim="no"
echo "Simulated Telemetry is OFF"
fi
echo
if [ "$9" = "yes" ] || [ "$9" = "y" ]; then
echo "HAB mode is ON"
@ -48,16 +48,25 @@ if [ "$1" = "" ]; then
fi
echo
echo "Current command count is:"
echo -e "Current command count is: "
cat /home/pi/CubeSatSim/command_count.txt
echo
echo
echo "Current beacon transmit mode is:"
cat /home/pi/CubeSatSim/command_tx
echo
# echo "Current beacon transmit mode is:"
# cat /home/pi/CubeSatSim/command_tx
# echo
echo "Squelch level is:"
echo $6
echo
FILE=/home/pi/CubeSatSim/battery_saver
if [ -f "$FILE" ]; then
echo "Battery saver mode is ON"
else
echo "Battery saver is OFF"
fi
echo
echo -e "Current sim.cfg configuration file:"
echo

Loading…
Cancel
Save

Powered by TurnKey Linux.