|
|
|
|
@ -296,12 +296,20 @@ if [ "$1" = "" ]; then
|
|
|
|
|
FILE=/home/pi/CubeSatSim/command_control_direwolf
|
|
|
|
|
if [ -f "$FILE" ]; then
|
|
|
|
|
echo "Radio DTMF/APRS command and control is ON"
|
|
|
|
|
else
|
|
|
|
|
if [ "$MODE" = "p" ] || [ "$MODE" = "P" ] ; then
|
|
|
|
|
echo "Radio carrier command and control is off since PacSat or PacSat Ground Station mode"
|
|
|
|
|
else
|
|
|
|
|
echo "Radio carrier command and control is ON"
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
else
|
|
|
|
|
if [ "$MODE" = "p" ] || [ "$MODE" = "P" ] ; then
|
|
|
|
|
echo "Radio carrier command and control is off since PacSat or PacSat Ground Station mode"
|
|
|
|
|
else
|
|
|
|
|
echo "Radio carrier command and control is ON"
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
else
|
|
|
|
|
echo "Radio command and control is OFF"
|
|
|
|
|
fi
|
|
|
|
|
|