mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
feat(zigbee): optimize the path of zcl_utility
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
idf_component_register(
|
idf_component_register(
|
||||||
SRC_DIRS "." "../../../common/zcl_utility/src"
|
SRC_DIRS "." "$ENV{IDF_PATH}/examples/zigbee/common/zcl_utility/src"
|
||||||
INCLUDE_DIRS "." "../../../common/zcl_utility/include"
|
INCLUDE_DIRS "." "$ENV{IDF_PATH}/examples/zigbee/common/zcl_utility/include"
|
||||||
PRIV_REQUIRES nvs_flash esp_driver_uart ieee802154
|
PRIV_REQUIRES nvs_flash esp_driver_uart ieee802154
|
||||||
)
|
)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
idf_component_register(
|
idf_component_register(
|
||||||
SRC_DIRS "." "../../../common/zcl_utility/src"
|
SRC_DIRS "." "$ENV{IDF_PATH}/examples/zigbee/common/zcl_utility/src"
|
||||||
INCLUDE_DIRS "." "../../../common/zcl_utility/include"
|
INCLUDE_DIRS "." "$ENV{IDF_PATH}/examples/zigbee/common/zcl_utility/include"
|
||||||
PRIV_REQUIRES nvs_flash esp_driver_gpio esp_driver_uart ieee802154
|
PRIV_REQUIRES nvs_flash esp_driver_gpio esp_driver_uart ieee802154
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user