6.0.0
Release Notes
- Added support for IDF v5.0 (release notes) with GCC v11.2.0+2022r1
- Updated default partition tables for Adafruit Feather S3 based boards (#996, #997)
- Minor fixes and improvements (#950, #983, #993, #995)
Note:
ESP-IDF v5.0 is a major update for ESP-IDF v4.x. Release v5.0 is mostly compatible with apps written for ESP-IDF v4.x, but there are some breaking changes. Please read the official release notes for more detailed information.
Thanks @Jason2866 @DocWibbleyWobbley for contributions.
Configuration
To utilize this version, please navigate to your platformio.ini (Project Configuration File) and adjust the platform
option as follows:
[env:my-esp32]
platform = espressif32 @ 6.0.0
For further exploration of configuration options for the espressif32
development platform, refer to the documentation.