5.3.0
Release Notes
- Added new boards:
- Added support for Arduino v2.0.6 (release notes)
- Updated toolchains to v8.4.0r2-patch5
- Updated ULP toolchain to v2.35
- Updated esptoolpy to v4.4.0 (release notes)
- Updated ESP-IDF to v4.4.3 (release notes)
- Fixed HWID values the for the
um_pros3
anddeneyapmini
boards (#964) - Minor fixes and improvements (#960)
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 @ 5.3.0
For further exploration of configuration options for the espressif32
development platform, refer to the documentation.