From 6fac5c3a9ec6dde9b61daae98896e55f776c54a8 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Fri, 28 Nov 2025 20:59:58 -0800 Subject: [PATCH] chore: add new submodule for Mesh Package Manager in .gitmodules --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index d72be98..0c69df0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "vendor/api"] path = vendor/api url = https://github.com/meshtastic/api.git +[submodule "vendor/mpm"] + path = vendor/mpm + url = git@github.com:MeshEnvy/mpm.git