Tracker: adjust for new ap_message ids

This commit is contained in:
Peter Barker 2019-05-02 08:13:22 +10:00 committed by Peter Barker
parent a148e9648e
commit f97ea174a6
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ void GCS_MAVLINK_Tracker::handleMessage(mavlink_message_t* msg)
{
// New home at wp index 0. Ask for it
waypoint_receiving = true;
send_message(MSG_NEXT_MISSION_REQUEST);
send_message(MSG_NEXT_MISSION_REQUEST_WAYPOINTS);
}
break;
}