6.3.0
Release Notes
- Added support for Arduino v2.0.9 (release notes)
- Added support for ESP-IDF v5.0.2 (release notes)
- Better handling of macros exported from the IDF build system (#1080)
- Improved integration with the upstream version of ESP32 Arduino core (#1092)
- Fixed flash memory size for ESP32S3 CAM LCD board (#1095)
Thanks @Jason2866 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.3.0
For further exploration of configuration options for the espressif32
development platform, refer to the documentation.