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 7cc5d862a1
commit 52eccc4c9f

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