Wrong IDF version ?
Closed this issue · 2 comments
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)
Your Platformio setup is somehow broken, delete in your user path in hidden folder .platformio the folder platforms and in folder packages all folders.
I didn't mean to take over this thread, so I moved my comments to a new issue:
#235
But I also saw the same issue using stable release - it was not using the correct versions of things - and had to use:
platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.30/platform-espressif32.zip ; 3.3.0
Even with deleting my ~/.platformio folder contents.