- New board
M5Stack Core ESP32 16M
- Added support for ESP-IDF v5.3 (release notes)
- Added support for Arduino core v2.0.17 (release notes)
- Better handling of IDF package version (#1420, #1418)
- Added
littlefs
partition subtype (#1426) - Enabled PSRAM by default for Adafruit Feather ESP32-S3 Reverse TFT (#1414)
- Fix maximum RAM size for ESP32-C6-DevKitC-1
- Minor fixes and improvements (#1421)
Thanks @TheMasterofBlubb, @pcorliss, @Jason2866, @gmemstr, @dariush 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 @ 6.8.0
For further exploration of configuration options for the espressif32
development platform, refer to the documentation.