I am experiencing this error when trying to compile a project. I can not seem to find where I need to update the Arduino core version.
Thank you !
I am experiencing this error when trying to compile a project. I can not seem to find where I need to update the Arduino core version.
Thank you !
Easiest way is to just delete all folders C:\Users\<user>\.platformio\platforms\espressif32*
. A new compilation of the project will trigger the download of the latest version which uses Arduino-ESP32 2.0.11.
That is assuming that the platformio.ini
uses a regular platform = espressif32
and does not pin it to an older version.