fix(openthread): restore ot_network_auto_start() call in ot_br example

This commit is contained in:
cnicc
2026-07-14 10:38:40 +02:00
committed by zwx
parent 496c0b6377
commit c74ea1aca0

View File

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