Browse Source

GCS_MAVLink: pass OPEN_DRONE_ID_SYSTEM_UPDATE msg to library

release-4.2.3
Andrew Tridgell 3 years ago committed by Randy Mackay
parent
commit
d846e369ff
  1. 1
      libraries/GCS_MAVLink/GCS_Common.cpp

1
libraries/GCS_MAVLink/GCS_Common.cpp

@ -3732,6 +3732,7 @@ void GCS_MAVLINK::handle_common_message(const mavlink_message_t &msg) @@ -3732,6 +3732,7 @@ void GCS_MAVLINK::handle_common_message(const mavlink_message_t &msg)
case MAVLINK_MSG_ID_OPEN_DRONE_ID_SELF_ID:
case MAVLINK_MSG_ID_OPEN_DRONE_ID_BASIC_ID:
case MAVLINK_MSG_ID_OPEN_DRONE_ID_SYSTEM:
case MAVLINK_MSG_ID_OPEN_DRONE_ID_SYSTEM_UPDATE:
AP::opendroneid().handle_msg(chan, msg);
break;
#endif

Loading…
Cancel
Save