Add BME680 submodule
This commit is contained in:
parent
5ec6a257c5
commit
fb567b52b1
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
1
components/i2c-bme680
Submodule
1
components/i2c-bme680
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 97cd2137cb41bb40f29e6ff65b47d99c7ea740c8
|
Loading…
Reference in a new issue