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.
2 parents 255cb23 + ccf5b28 commit 6f1f618Copy full SHA for 6f1f618
examples/common/thread_border_router/src/border_router_launch.c
@@ -161,6 +161,7 @@ static void ot_task_worker(void *ctx)
161
162
// Initialize the OpenThread stack
163
esp_openthread_register_rcp_failure_handler(rcp_failure_handler);
164
+ esp_openthread_set_compatibility_error_callback(rcp_failure_handler);
165
ESP_ERROR_CHECK(esp_openthread_init(&s_openthread_platform_config));
166
#if CONFIG_AUTO_UPDATE_RCP
167
try_update_ot_rcp(&s_openthread_platform_config);
0 commit comments