mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 15:27:36 +08:00
commander: neutral beep on mission with warning
When a mission is uploaded we should beep consistenly: - valid -> positive - warn -> neutral - invalid -> negative Before this, it was: - valid -> positive - warn -> negative - invalid -> negative
This commit is contained in:
@@ -2089,7 +2089,7 @@ Commander::run()
|
||||
|
||||
} else if (mission_result.warning) {
|
||||
/* the mission has a warning */
|
||||
tune_mission_fail(true);
|
||||
tune_mission_warn(true);
|
||||
|
||||
} else {
|
||||
/* the mission is valid */
|
||||
|
||||
Reference in New Issue
Block a user