Copter: support AUTOPILOT_VERSION_REQUEST message
This commit is contained in:
parent
c5d66cdfba
commit
62c63e9b35
@ -1627,6 +1627,10 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
|
||||
}
|
||||
#endif // AC_RALLY == ENABLED
|
||||
|
||||
case MAVLINK_MSG_ID_AUTOPILOT_VERSION_REQUEST:
|
||||
send_autopilot_version(chan);
|
||||
break;
|
||||
|
||||
|
||||
} // end switch
|
||||
} // end handle mavlink
|
||||
|
Loading…
Reference in New Issue
Block a user