Skip to content

5.1.1

Compare
Choose a tag to compare
@valeros valeros released this 26 Aug 13:21
· 250 commits to develop since this release

Release Notes

  • Added support for overriding reset operations via the project config file (#874)
  • Updated approach to preparing proper binaries for debugging and uploading via debug tools (#872)
  • Enabled the USB CDC peripheral for DFRobot Beetle ESP32-C3 by default (#888)
  • Updated the variant field for LOLIN C3 Mini (#890)
  • Updated specs for Denky D4 (#887)
  • Fixed the value of the flash_mode field for ESP32-S3-DevKitC-1 (#867)
  • Fixed a regression bug with build targets that don't run the platform build scripts (#883)

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.1.1

For further exploration of configuration options for the espressif32 development platform, refer to the documentation.

Supported Frameworks