Update config turn of sim failure when turning off sim mode

pull/395/head
Alan Johnston 4 months ago committed by GitHub
parent adce015667
commit d58f85163d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -556,6 +556,7 @@ elif [ "$1" = "-t" ]; then
else else
sim="no" sim="no"
echo "Simulated Telemetry is OFF" echo "Simulated Telemetry is OFF"
echo "-1" > /home/pi/CubeSatSim/failure_mode.txt # make sure to turn off any simulated failures
fi fi
# echo # echo

Loading…
Cancel
Save

Powered by TurnKey Linux.