11 lines
247 B
Text
11 lines
247 B
Text
![]() |
#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
|
||
|
)
|