@ -171,12 +171,15 @@ if [ "$1" = "" ]; then
set -- $value
if [ "$5" = "y" ] || [ "$5" = "yes" ] ; then
# sim="yes"
echo "Simulated Telemetry is ON"
else
# sim="no"
FILE=/home/pi/CubeSatSim/sim_mode_auto
if [ -f "$FILE" ]; then
echo "Simulated Telemetry is automatically turned ON"
echo "Simulated Telemetry is OFF"
fi
# echo
FILE=/home/pi/CubeSatSim/failure_mode.txt
Powered by TurnKey Linux.