mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 18:49:08 -04:00
This change removes implicit WiFi/BT initialization from startup code. "main" task is started once essential part of startup code is complete. This task calls application-provided "int main(void)" function, which can call WiFi/BT init functions if necessary.