From 7979f3c931128087ad38c8930f46dd2cefb19e4f Mon Sep 17 00:00:00 2001 From: Xu Si Yu Date: Thu, 25 Dec 2025 16:54:25 +0800 Subject: [PATCH] fix(openthread): remove the default netif configuration from the ot_br example --- examples/openthread/ot_br/main/esp_ot_br.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/openthread/ot_br/main/esp_ot_br.c b/examples/openthread/ot_br/main/esp_ot_br.c index 7cfcca642b..5f8c4b44bd 100644 --- a/examples/openthread/ot_br/main/esp_ot_br.c +++ b/examples/openthread/ot_br/main/esp_ot_br.c @@ -113,7 +113,6 @@ void app_main(void) }; ESP_ERROR_CHECK(esp_openthread_start(&config)); - esp_netif_set_default_netif(esp_openthread_get_netif()); #if CONFIG_OPENTHREAD_CLI_ESP_EXTENSION esp_cli_custom_command_init(); #endif