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

@ -39,6 +39,13 @@ if [ "$1" = "" ]; then
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

Loading…
Cancel
Save

Powered by TurnKey Linux.