Merge branch 'pr_18845_v5.4' into 'release/v5.4'

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

See merge request espressif/esp-idf!52860
This commit is contained in:
Shu Chen
2026-09-20 08:20:44 +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
}