From f27c0bf752ea997a744135612b6aebca624fc038 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 15 Jul 2026 08:54:06 +1000 Subject: [PATCH 1/2] pymavlink: update for 32 bit system ID support Pulls in the MAVLink2.1 32 bit system ID and extended target header implementation (MAVLINK_IFLAG_SYSID32 / MAVLINK_IFLAG_TARGETTED) from mavlink/rfcs#20, amended to 32 bit IDs. --- pymavlink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymavlink b/pymavlink index ec06837a506..0ede65f6982 160000 --- a/pymavlink +++ b/pymavlink @@ -1 +1 @@ -Subproject commit ec06837a50688b5974094876c3c9d1b8bf86629d +Subproject commit 0ede65f6982541b8d598c7232dcb6ca2d41fd98a From 5ad0e9105606572ae2a3302b07302f8029ff99e1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 27 Jul 2026 21:08:47 +1000 Subject: [PATCH 2/2] pymavlink: update for MAVLink1 stale target ID fix --- pymavlink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymavlink b/pymavlink index 0ede65f6982..d8cd90c3062 160000 --- a/pymavlink +++ b/pymavlink @@ -1 +1 @@ -Subproject commit 0ede65f6982541b8d598c7232dcb6ca2d41fd98a +Subproject commit d8cd90c30629fc4d0a6a20afae53bd71d2c7c826