Failure Detector - Play TONE_PARACHUTE_RELEASE_TUNE when force failsafe is set

This commit is contained in:
bresch 2018-08-22 10:47:45 +02:00 committed by Beat Küng
parent d655c33faa
commit 7b531bcaef

View File

@ -2226,6 +2226,7 @@ Commander::run()
_in_flight_termination = true;
mavlink_log_critical(&mavlink_log_pub, "Attitude failure detected: force failsafe");
set_tune_override(TONE_PARACHUTE_RELEASE_TUNE);
}
}
}