diff --git a/config b/config index 9b7613bf..9e375fa1 100755 --- a/config +++ b/config @@ -39,16 +39,17 @@ if [ "$1" = "" ]; then echo "Simulated Telemetry is OFF" fi -# echo + echo echo "Current command count is:" cat /home/pi/CubeSatSim/command_count.txt -# echo + echo + echo echo "Current beacon transmit mode is:" - cat /home/pi/CubeSatSim/command_tx.txt - + cat /home/pi/CubeSatSim/command_tx + echo echo echo -e "Current sim.cfg configuration file:" -# echo + echo echo $1 $2 $3 $4 $5 echo