fix(openthread): remove the default netif configuration from the ot_br example

This commit is contained in:
Xu Si Yu
2025-12-25 16:54:25 +08:00
parent d9a77c8044
commit c05fc9c5e8
@@ -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