From efb9c739b9853f37d67fc608a0ccd09a895890d8 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Fri, 28 Nov 2025 21:14:54 -0800 Subject: [PATCH] chore: update firmware submodule URL and specify branch in .gitmodules --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 0c69df0..24a04d9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,8 @@ url = https://github.com/meshtastic/web-flasher [submodule "vendor/firmware"] path = vendor/firmware - url = https://github.com/meshtastic/firmware.git + url = https://github.com/MeshEnvy/firmware.git + branch = meshenvy/module-registry [submodule "vendor/api"] path = vendor/api url = https://github.com/meshtastic/api.git