Release Notes
- New boards:
ESP32-S3 PowerFeather
,MotorGo Mini 1
,senseBox MCU-S2
- Added support for Arduino v2.0.16 (release notes)
- Updated toolchain packages for IDF integration to v13.2.0 (#1360)
- Improvements to
esp32_exception_decoder
(#1357) - Better handling of IDF linker script fragments
- Minor fixes and improvements (#1360)
Thanks @Tasssadar, @powerfeatherdev 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.7.0
For further exploration of configuration options for the espressif32
development platform, refer to the documentation.