From 64a11849355b7898a30c3f1494f1182f787e8d0d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 1 Dec 2024 15:28:57 -0500 Subject: [PATCH] Update config add print Pacsat ground station mode --- config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config b/config index 800352de..3764aa86 100755 --- a/config +++ b/config @@ -259,6 +259,8 @@ if [ "$1" = "" ]; then fi elif [ "$1" = "p" ]; then echo "Mode is Pacsat" + elif [ "$1" = "P" ]; then + echo "Mode is Pacsat Ground Station" else echo fi