From 21e723d18c03191125d6340569b21c56804b628e Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 29 Nov 2024 22:39:54 -0500 Subject: [PATCH] Update config add -G change to Pacsat --- config | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config b/config index eea64a4e..086b3874 100755 --- a/config +++ b/config @@ -1409,6 +1409,15 @@ elif [ "$1" = "-g" ]; then fi +elif [ "$1" = "-G" ]; then + + echo "Changing to Pacsat mode" + echo + sudo systemctl stop cubesatsim + sudo systemctl stop transmit + + /home/pi/CubeSatSim/pacsat.sh + elif [ "$1" = "-h" ]; then echo "config OPTION" @@ -1445,6 +1454,7 @@ elif [ "$1" = "-h" ]; then echo " -o Change telemetry beacon transmit state" echo " -L Change microphone level for command and control" echo " -g Reset configuration back to default settings" + echo " -G Change to Pacsat mode" echo exit