Merge branch 'pr_18845_v6.1' into 'release/v6.1'

fix(openthread): restore ot_network_auto_start() call in ot_br example (IDFGH-17984) (v6.1)

See merge request espressif/esp-idf!52857
This commit is contained in:
Jiang Jiang Jian
2026-09-16 10:08:45 +08:00

View File

@@ -134,4 +134,7 @@ void app_main(void)
ESP_ERROR_CHECK(esp_coex_wifi_i154_enable());
#endif
#endif
#if CONFIG_OPENTHREAD_NETWORK_AUTO_START
ot_network_auto_start();
#endif
}