diff --git a/config b/config index 87193d42..9b7613bf 100755 --- a/config +++ b/config @@ -38,7 +38,14 @@ if [ "$1" = "" ]; then # sim="no" echo "Simulated Telemetry is OFF" fi - + +# echo + echo "Current command count is:" + cat /home/pi/CubeSatSim/command_count.txt +# echo + echo "Current beacon transmit mode is:" + cat /home/pi/CubeSatSim/command_tx.txt + echo echo -e "Current sim.cfg configuration file:" # echo @@ -46,10 +53,11 @@ if [ "$1" = "" ]; then echo $1 $2 $3 $4 $5 echo + echo + echo "To change, include an OPTION" + echo "To see options, type config -h" # echo -# echo "To change, include an OPTION" -# echo - set -- "-h" +# set -- "-h" fi