Update config fix 10

sim-fail-2
Alan Johnston 4 months ago committed by GitHub
parent acd8bc60d6
commit 2594e5856a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1520,7 +1520,7 @@ elif [ "$1" = "-M" ]; then
9)
echo "Failed MPU Sensor"
;;
10)
"10")
echo "Failed FM Audio"
;;
*)
@ -1546,9 +1546,10 @@ elif [ "$1" = "-M" ]; then
echo " 7 Failed Payload"
echo " 8 Failed BME Sensor"
echo " 9 Failed MPU Sensor"
echo "10 Failed FM Audio"
echo
echo "Enter the failure number to set: 0 - 9"
echo "Enter the failure number to set: 0 - 10"
read MODE
echo
@ -1584,7 +1585,7 @@ elif [ "$1" = "-M" ]; then
9)
echo "Setting Simulated Failed MPU Sensor"
;;
10)
"10")
echo "Setting Failed FM Audio"
;;
*)

Loading…
Cancel
Save

Powered by TurnKey Linux.