From 2a95ced697fa2b4ef09bb7ee7fd2b8a321e12c4c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 14 Aug 2022 19:35:49 +1000 Subject: [PATCH] GCS_MAVLINK: pass OPEN_DRONE_ID_SYSTEM_UPDATE to library --- libraries/GCS_MAVLink/GCS_Common.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/GCS_MAVLink/GCS_Common.cpp b/libraries/GCS_MAVLink/GCS_Common.cpp index fe292fc18d..cd21bfaed7 100644 --- a/libraries/GCS_MAVLink/GCS_Common.cpp +++ b/libraries/GCS_MAVLink/GCS_Common.cpp @@ -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