Browse Source

GCS_MAVLINK: pass OPEN_DRONE_ID_SYSTEM_UPDATE to library

master
Andrew Tridgell 3 years ago
parent
commit
2a95ced697
  1. 1
      libraries/GCS_MAVLink/GCS_Common.cpp

1
libraries/GCS_MAVLink/GCS_Common.cpp

@ -3867,6 +3867,7 @@ void GCS_MAVLINK::handle_common_message(const mavlink_message_t &msg) @@ -3867,6 +3867,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