-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set ESP-IDF to 3.2 #2662
Set ESP-IDF to 3.2 #2662
Conversation
Hi @me-no-dev can you indicate the exact esp-idf commit number you used to create binary libraries for this arduino-esp32 repo? |
i used the 3.2 tag to create all libs. What do you see exactly that is different? |
Tag 3.2 uses esp32-wifi-lib submodules at commit eb53491( https://github.com/espressif/esp32-wifi-lib/tree/eb53491cf6eb18d6cfd98f7b3bb4e09fb241733c ) but the arduino-esp32 v1.0.2 wifi libraries into tools/sdk/lib are different from the above (as binary size and contents). |
I will doublecheck, though I did made sure that I selected the proper commit, that I did update the submodules to whatever version the tag requested and that I made a clean build and import of all libs. |
Ok thanks, I digged a bit more... Here the esp-wifi-libs mismatching the esp-idf 3.2 components/esp32/lib submodule contents |
Can you check the current situation. We are tracking the 3.2 branch now on a clean import. |
Also updates the camera example and detaches the BLE lib from the source repo (code is now included in Arduino)