diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index c7e04794..e0445e34 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -92,12 +92,12 @@ if [ ! "$MODE" = "P" ] && [ ! "$loopback" = "1" ] ; then elif [ "$loopback" = "1" ] ; then - if [ ! "$MODE" = "p" ] ; then +# if [ ! "$MODE" = "p" ] ; then echo echo "Switching to PacSat mode for the Simulated PacSat Satellite" echo /home/pi/CubeSatSim/config -G n - fi +# fi if [ ! -d "/home/pi/PacSatGroundLoop" ] ; then # if [ ! "$loopback" = "1" ] ; then # don't do this for now.