-
Notifications
You must be signed in to change notification settings - Fork 51
Description
PROBLEM DESCRIPTION
When updating to the latest release "https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip" Output shows: idf-release_v5.4 when I would have expected idf-release_v5.5.
That is:
Tool Manager: Installing https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.4/esp32-arduino-libs-idf-release_v5.4-2f7dcd86-v1.zip
rather than something like:
Tool Manager: Installing https://github.com/espressif/esp32-arduino-lib-builder/releases/download/**idf-release_v5.5**/esp32-arduino-libs-idf-release_v5.5-25c7c119-v1.zip
(or what ever is the latest stable version.)
TO REPRODUCE
change the platform setting in platformio.ini
EXPECTED BEHAVIOUR
Tool Manager: Installing https://github.com/espressif/esp32-arduino-lib-builder/releases/download/**idf-release_v5.5**/esp32-arduino-libs-idf-release_v5.5-25c7c119-v1.zip
(or what ever is the latest stable version.)
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)