mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-19 08:35:36 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user