mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
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:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user