mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 22:32:11 +08:00
mavlink_mission: beautify mission download error
This commit makes the IGN REQUEST LIST: Busy message more user-oriented and actionable.
This commit is contained in:
committed by
Beat Küng
parent
849d3a1b54
commit
240aad1aef
@@ -737,7 +737,7 @@ MavlinkMissionManager::handle_mission_request_list(const mavlink_message_t *msg)
|
||||
} else {
|
||||
PX4_DEBUG("WPM: MISSION_REQUEST_LIST ERROR: busy");
|
||||
|
||||
_mavlink->send_statustext_critical("IGN REQUEST LIST: Busy");
|
||||
_mavlink->send_statustext_info("Mission download request ignored, already active");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user