Release Notes
- Added support for ESP-IDF v6.0 (release notes)
- Updated IDF toolchains to v15.2.0+20251107
- Fixed matching of IDF components directory when there's a symlink in the path to .platformio (#1599)
- Minor fixes and improvements
Thanks @simon-spobu, @mhkrebs for your 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 @ 7.0.0For further exploration of configuration options for the espressif32 development platform, refer to the documentation.