From 59d8f1e1d46abe92e114d50a7a1852bdb8baa608 Mon Sep 17 00:00:00 2001 From: Smoke <86024507+crypto-smoke@users.noreply.github.com> Date: Fri, 16 Feb 2024 06:58:59 -1000 Subject: feat/update-protobufs (#16) * use meshnet-gophers protobufs * update go.mod for meshnet-gophers protobufs * update protos * add gitignore * update go.mod * use locally generated protobufs * add generate.go * use meshtastic protobufs upstream --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4e64efd --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "protobufs"] + path = protobufs + url = https://github.com/meshtastic/protobufs -- cgit v1.2.3