Merge branch 'fix/fix_an_ot_example_v5.1' into 'release/v5.1'

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

See merge request espressif/esp-idf!44731
This commit is contained in:
Jiang Jiang Jian
2026-01-09 11:31:51 +08:00
@@ -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