From 8a9087b66ba52a98e833c35f222ada0747599454 Mon Sep 17 00:00:00 2001 From: RobotMan2412 Date: Wed, 29 Jun 2022 22:20:39 +0200 Subject: [PATCH] Import tools module. --- .gitmodules | 3 +++ tools | 1 + 2 files changed, 4 insertions(+) create mode 160000 tools diff --git a/.gitmodules b/.gitmodules index 36acc23..c49c5ae 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "components/i2c-bme680"] path = components/i2c-bme680 url = https://github.com/badgeteam/esp32-component-bme680.git +[submodule "tools"] + path = tools + url = https://github.com/badgeteam/mch2022-tools diff --git a/tools b/tools new file mode 160000 index 0000000..6c299f8 --- /dev/null +++ b/tools @@ -0,0 +1 @@ +Subproject commit 6c299f8c5462138ce09db9ba71848a2286fa75d3