From da52631b1cb74612f707e555838e2795e183d14e Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 3 Mar 2026 11:59:43 -0500 Subject: [PATCH] Update pacsat.sh add Loopback configuration --- groundstation/pacsat.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index 4573cecf..df8693d8 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -13,6 +13,15 @@ fi if [ ! -d "/home/pi/PacSatGround" ] ; then mkdir /home/pi/PacSatGround + + echo + echo "The first time you run the Ground Station, you will need to install the Pacsatsim spacecraft file and set the Delay to 750ms and Port to 8100 and restart the Pacsat Ground Station" + + sleep 10 + +fi + +if [ ! -d "/home/pi/PacSatGroundLoop" ] ; then mkdir /home/pi/PacSatGroundLoop