From aac360630533a269c83ddb9aaa5ad5dac3ceb9cb Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 2 Mar 2026 10:36:39 -0500 Subject: [PATCH] Update pacsat-config.sh add config commands --- groundstation/pacsat-config.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/groundstation/pacsat-config.sh b/groundstation/pacsat-config.sh index 97382b39..c4570ffc 100755 --- a/groundstation/pacsat-config.sh +++ b/groundstation/pacsat-config.sh @@ -50,6 +50,8 @@ sudo killall -9 direwolf &>/dev/null echo "You have chosen to set the PacSat Ground Station Callsign" echo + /home/pi/CubeSatSim/config -J n + elif [ "$ANS" = "2" ] ; then echo "You have chosen to set the CubeSatSim PacSat Satellite callsign" @@ -71,7 +73,8 @@ sudo killall -9 direwolf &>/dev/null echo "Next time you run the Ground Station you will need to Add the PacSatSim spacecraft" echo - /home/pi/CubeSatSim/groundstation/pacsat-reset.sh +# /home/pi/CubeSatSim/groundstation/pacsat-reset.sh + /home/pi/CubeSatSim/config -K n elif [ "$ANS" = "5" ] ; then @@ -79,7 +82,7 @@ sudo killall -9 direwolf &>/dev/null echo "You have chosen to reset the PacSat Satellite" echo - /home/pi/CubeSatSim/config -X n + /home/pi/CubeSatSim/config -k n else