move dnssd-server-start and route-hook-init to device_callback_internal

This commit is contained in:
WanqQixiang
2022-09-08 17:23:16 +08:00
parent 5e9596709f
commit a26d07bd60
7 changed files with 21 additions and 29 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ set(INCLUDE_DIRS_LIST "."
"${MATTER_SDK_PATH}/src"
"${ZAP_GENERATED_PATH}/../")
set(REQUIRES_LIST chip bt esp_matter_console nvs_flash app_update esp32_mbedtls esp_system)
set(REQUIRES_LIST chip bt esp_matter_console nvs_flash app_update esp32_mbedtls esp_system route_hook)
if ("${IDF_TARGET}" STREQUAL "esp32h2")
list(APPEND REQUIRES_LIST openthread esp_matter_openthread)