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