6.3.1
- Fixed a potential issue with
urllib3
dependency in IDF environment
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.1
For further exploration of configuration options for the espressif32
development platform, refer to the documentation.