Update config to show command status at start

sr-frs-rx
Alan Johnston 2 years ago committed by GitHub
parent 88f65fcdc9
commit 5f4c15006f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,14 @@ if [ "$1" = "" ]; then
# sim="no" # sim="no"
echo "Simulated Telemetry is OFF" echo "Simulated Telemetry is OFF"
fi 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
echo -e "Current sim.cfg configuration file:" echo -e "Current sim.cfg configuration file:"
# echo # echo
@ -46,10 +53,11 @@ if [ "$1" = "" ]; then
echo $1 $2 $3 $4 $5 echo $1 $2 $3 $4 $5
echo echo
echo
echo "To change, include an OPTION"
echo "To see options, type config -h"
# echo # echo
# echo "To change, include an OPTION" # set -- "-h"
# echo
set -- "-h"
fi fi

Loading…
Cancel
Save

Powered by TurnKey Linux.