Merge branch 'fix/fix_an_ot_example' into 'master'

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

See merge request espressif/esp-idf!44569
This commit is contained in:
Zhang Wen Xu
2025-12-31 09:27:13 +00: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