@ -48,7 +48,7 @@ if [ "$1" = "" ]; then
fi
echo
echo -e "Current command count is: "
echo -n "Current command count is: "
cat /home/pi/CubeSatSim/command_count.txt
@ -56,7 +56,7 @@ if [ "$1" = "" ]; then
# cat /home/pi/CubeSatSim/command_tx
# echo
echo "Squelch level is:"
echo -n "Squelch level is: "
echo $6
Powered by TurnKey Linux.