Release Notes
- Added new boards:
Cezerio dev ESP32C6
,Cezerio mini dev ESP32C6
- Added support for ESP-IDF v5.5 (release notes)
- Updated CMake packages to v3.30
- Initial support for Secure Features (see instructions)
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.12.0
For further exploration of configuration options for the espressif32
development platform, refer to the documentation.