mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
fix(openthread): restore ot_network_auto_start() call in ot_br example
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