Skip to content

5.0.0

Compare
Choose a tag to compare
@valeros valeros released this 30 Jun 14:56
· 258 commits to develop since this release

Release Notes

  • Added support for the latest ESP-IDF v4.4.1 (release notes)
  • Added ESP-based debug probes #828
  • Fixed esp32_exception_decoder to handle a possible missing whitespace characters
  • Minor fixes and improvements #830

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

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

Supported Frameworks