diff --git a/src/modules/commander/Commander.cpp b/src/modules/commander/Commander.cpp index bea6303558..42d9f5d2e1 100644 --- a/src/modules/commander/Commander.cpp +++ b/src/modules/commander/Commander.cpp @@ -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); } } }