mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-19 14:47:20 +00:00
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:
@@ -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