From 5f4c15006f987c1e1ab128458f8d461da6179b92 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 13 Aug 2023 15:17:23 -0400 Subject: [PATCH] Update config to show command status at start --- config | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) 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