diff --git a/config b/config index 1422bd49..c124f620 100755 --- a/config +++ b/config @@ -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