mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Tracker: adjust for new ap_message ids
This commit is contained in:
parent
a148e9648e
commit
f97ea174a6
@ -433,7 +433,7 @@ void GCS_MAVLINK_Tracker::handleMessage(mavlink_message_t* msg)
|
|||||||
{
|
{
|
||||||
// New home at wp index 0. Ask for it
|
// New home at wp index 0. Ask for it
|
||||||
waypoint_receiving = true;
|
waypoint_receiving = true;
|
||||||
send_message(MSG_NEXT_MISSION_REQUEST);
|
send_message(MSG_NEXT_MISSION_REQUEST_WAYPOINTS);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user