mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
74d6f1ae81
Example: Update lighting app on ESP32-H2 qrcode: use managed_component instead of the extra_component from IDF
8 lines
217 B
CMake
8 lines
217 B
CMake
if(CONFIG_OPENTHREAD_ENABLED)
|
|
set(srcs esp_matter_openthread.c)
|
|
endif()
|
|
|
|
idf_component_register(SRCS ${srcs}
|
|
INCLUDE_DIRS .
|
|
PRIV_REQUIRES openthread esp_netif driver)
|