From fb567b52b1cae4b5db430041d453157f0166c873 Mon Sep 17 00:00:00 2001 From: Renze Nicolai Date: Wed, 29 Jun 2022 22:03:49 +0200 Subject: [PATCH] Add BME680 submodule --- .gitmodules | 3 +++ components/i2c-bme680 | 1 + 2 files changed, 4 insertions(+) create mode 160000 components/i2c-bme680 diff --git a/.gitmodules b/.gitmodules index 097ce9f..36acc23 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,6 @@ [submodule "main/pax-keyboard"] path = components/pax-keyboard url = https://github.com/robotman2412/pax-keyboard +[submodule "components/i2c-bme680"] + path = components/i2c-bme680 + url = https://github.com/badgeteam/esp32-component-bme680.git diff --git a/components/i2c-bme680 b/components/i2c-bme680 new file mode 160000 index 0000000..97cd213 --- /dev/null +++ b/components/i2c-bme680 @@ -0,0 +1 @@ +Subproject commit 97cd2137cb41bb40f29e6ff65b47d99c7ea740c8