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:
Julian Oes
2021-05-19 16:02:42 +02:00
committed by Daniel Agar
parent b7890529b2
commit 4ccc60e2b0
3 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -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 */