feat(zigbee): Updated Zigbee examples to align with esp-zigbee-lib v1.0.9

This commit is contained in:
xieqinan
2024-01-25 14:03:10 +08:00
committed by Xu Si Yu
parent 15a392cfd9
commit 918705d6e0
23 changed files with 196 additions and 322 deletions

View File

@@ -22,8 +22,7 @@ CONFIG_MBEDTLS_KEY_EXCHANGE_ECJPAKE=y
CONFIG_MBEDTLS_ECJPAKE_C=y
# end of mbedTLS
CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0=n
CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1=n
CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=4096
#
# Zboss
@@ -32,3 +31,9 @@ CONFIG_ZB_ENABLED=y
CONFIG_ZB_ZCZR=y
# end of Zboss
# end of Component config
#
# IEEE802154
#
CONFIG_IEEE802154_RECEIVE_DONE_HANDLER=y
# end of IEEE802154