From 4ea4240e750f9df294c12bdcecbae3f91b953224 Mon Sep 17 00:00:00 2001 From: Alex B <142788550+A13xB0@users.noreply.github.com> Date: Sun, 6 Sep 2026 21:42:02 +0100 Subject: [PATCH] vendor: move virtual-sx1262 to 28619507 The pin was two commits behind and the consumers check in that repository was saying so on every run. It now names the merge of MeshBench/virtual-sx1262#1. What that commit changes is the upstream build.sh: the Windows shared library is linked statically, because linked the default way it imported libstdc++-6.dll and neither emulator could open it on an ordinary Windows machine (MeshBench#632). Nothing in src/ moved. So this bump is a no-op for what this repository produces. build.sh here compiles the model from vendor/virtual-sx1262/src rather than loading the shared library, and already links -static -static-libgcc -static-libstdc++ for Windows, so the fault never reached the native firmware and the fix does not change it either. It is worth taking anyway. A submodule is a commit and nothing moves it on its own, so a pin left behind stays behind - and the next change upstream that does touch src/ should arrive on its own rather than stacked behind an unrelated lag nobody has looked at. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01RSb8bN9gtL72cXAxtyTbAG --- vendor/virtual-sx1262 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/virtual-sx1262 b/vendor/virtual-sx1262 index 0debbb9..2861950 160000 --- a/vendor/virtual-sx1262 +++ b/vendor/virtual-sx1262 @@ -1 +1 @@ -Subproject commit 0debbb9125bbcc7eafb90aa6253bfa4ab3c435a9 +Subproject commit 28619507d592d47582c1ad57db6621f573edb0c0