Skip to content
Discussion options

You must be logged in to vote

Hi @MX682X,

The esp_zb_lock_acquire() and esp_zb_lock_release() have not defined by the esp_zigbee_host. Since the esp_zigbee_host only includes the Zigbee application layer is designed as thread safe, it does not need the lock to protect the resource of task, which is different with other examples. So, you can send custom commands in ISR or other task without the lock protect.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MX682X
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants