From b6f03e789d027526450defb2f794542b9223a296 Mon Sep 17 00:00:00 2001 From: Alex Mikhalev Date: Tue, 15 Jan 2019 20:27:45 -0800 Subject: [PATCH] add nanopb submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 0b035fd..1ffc3bd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "components/u8g2"] path = components/u8g2 url = https://github.com/olikraus/u8g2.git +[submodule "components/nanopb/nanopb"] + path = components/nanopb/nanopb + url = https://github.com/nanopb/nanopb.git