Merge branch 'fix/fix_an_ot_example_v6.0' into 'release/v6.0'

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

See merge request espressif/esp-idf!44726
This commit is contained in:
Jiang Jiang Jian
2026-01-08 16:53:16 +08:00

View File

@@ -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