Merge branch 'pr_18845' into 'master'

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

Closes IDFGH-17984

See merge request espressif/esp-idf!52694
This commit is contained in:
Shu Chen
2026-09-15 09:05:19 +00: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
}