From 0670688b7b580914be8e5138d5a4f4e0e3ee1470 Mon Sep 17 00:00:00 2001 From: cj-vana Date: Sat, 16 May 2026 20:55:38 -0600 Subject: [PATCH] ci: pin vendor submodule back to upstream base Patches 0006-0011 each pushed the vendor submodule pointer at a local git-am commit that doesn't exist on github.com/meshcore-dev/MeshCore, so CI's submodule fetch failed every time. Reset the recorded pointer to upstream main (910b1bee), same as we did after patch 5. CI's apply-patches.sh step applies the patch queue at build time, so the working tree is unaffected. --- vendor/MeshCore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/MeshCore b/vendor/MeshCore index 4f35440..910b1be 160000 --- a/vendor/MeshCore +++ b/vendor/MeshCore @@ -1 +1 @@ -Subproject commit 4f35440808092c63398734c8ba3d9b2cd22dff26 +Subproject commit 910b1bee5b0ccffc472c7684d4165fc85c681896