You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried to update my project (ESPEasy) to use the latest espressif32 V3.3.0.
The reported SDK however states: ESP32 SDK v3.3.5-1-g85c43024c
This does seem to be the ESP IDF version as the exact string is mentioned in the IDF documentation for the 3.3.5 release.
But I would like to add support for ESP32-S2, and it seems that does need ESP-IDF 4.x
What has to be changed to get ESP-IDF 4.3?
I do use espressif/arduino-esp32 via PlatformIO.
The PIO config I use is in this PR: letscontrolit/ESPEasy#3699