This commit is contained in:
Artur Gurgul 2025-09-16 07:23:00 -05:00
commit 71381bb467
10 changed files with 3878 additions and 0 deletions

10
main/CMakeLists.txt Normal file
View file

@ -0,0 +1,10 @@
#idf_component_register(SRCS "bme680_esp8266.c"
# INCLUDE_DIRS "."
# REQUIRES bme680)
idf_component_register(
SRCS "bme680_esp8266.c"
INCLUDE_DIRS "."
REQUIRES bme68x esp8266
# PRIV_REQUIRES driver
)