Update config print squelch is off in PacSat or Ground modes

master-b-p
Alan Johnston 6 days ago committed by GitHub
parent b09c852a07
commit b5f9494e12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -279,8 +279,12 @@ if [ "$1" = "" ]; then
# cat /home/pi/CubeSatSim/command_tx # cat /home/pi/CubeSatSim/command_tx
# echo # echo
echo -n "Squelch level is: " if [ "$1" = "p" ] || [ "$1" = "P" ] ; then
echo $6 echo "Squelch is off since PacSat or PacSat Ground Station mode"
else
echo -n "Squelch level is: "
echo $6
fi
# echo # echo
FILE=/home/pi/CubeSatSim/command_control FILE=/home/pi/CubeSatSim/command_control

Loading…
Cancel
Save

Powered by TurnKey Linux.