ESP8266/main/CMakeLists.txt

11 lines
255 B
Text
Raw Permalink Normal View History

2025-09-16 07:23:00 -05:00
#idf_component_register(SRCS "bme680_esp8266.c"
# INCLUDE_DIRS "."
# REQUIRES bme680)
idf_component_register(
SRCS "bme680_esp8266.c"
INCLUDE_DIRS "."
2025-09-16 10:27:08 -05:00
REQUIRES bme68x esp8266 pthread
2025-09-16 07:23:00 -05:00
# PRIV_REQUIRES driver
)