We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459e4df commit fa716f0Copy full SHA for fa716f0
libraries/Zigbee/src/Zigbee_core.cpp
@@ -71,7 +71,7 @@ void Zigbee_Core::addEndpoint(Zigbee_EP *ep) {
71
static void esp_zb_task(void *pvParameters) {
72
/* initialize Zigbee stack */
73
ESP_ERROR_CHECK(esp_zb_start(false));
74
- esp_zb_main_loop_iteration();
+ esp_zb_stack_main_loop();
75
}
76
77
// Zigbee core init function
0 commit comments