From b5f9494e12739ce6b935ba02df3d701cd8fbfe74 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 22 Mar 2026 12:02:50 -0400 Subject: [PATCH] Update config print squelch is off in PacSat or Ground modes --- config | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config b/config index 9c01db76..25540102 100755 --- a/config +++ b/config @@ -279,8 +279,12 @@ if [ "$1" = "" ]; then # cat /home/pi/CubeSatSim/command_tx # echo - echo -n "Squelch level is: " - echo $6 + if [ "$1" = "p" ] || [ "$1" = "P" ] ; then + echo "Squelch is off since PacSat or PacSat Ground Station mode" + else + echo -n "Squelch level is: " + echo $6 + fi # echo FILE=/home/pi/CubeSatSim/command_control