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