Skip to content

6.8.0

Compare
Choose a tag to compare
@valeros valeros released this 30 Jul 12:28
· 24 commits to develop since this release
  • 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.

Supported Frameworks