From 2e1f2024e7b4d29290f0a37e61fa7b160ab91afa Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 1 Dec 2024 15:13:57 -0500 Subject: [PATCH] Update config changed to -I --- config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config b/config index ab80445b..800352de 100755 --- a/config +++ b/config @@ -1435,7 +1435,7 @@ elif [ "$1" = "-G" ]; then restart=1 fi -elif [ "$1" = "-H" ]; then +elif [ "$1" = "-I" ]; then echo "Changing to Pacsat Ground Station mode" value=`cat /home/pi/CubeSatSim/.mode` @@ -1494,6 +1494,7 @@ elif [ "$1" = "-h" ]; then echo " -L Change microphone level for command and control" echo " -g Reset configuration back to default settings" echo " -G Change to Pacsat mode" + echo " -I Changing to Pacsat Ground Station mode" echo exit