I’m trying track a complex issue in my code. For this i need to check different versions of arduino-esp32 and esp-idf cores. How does platformio control which version is used?
In platform.json there are version numbers, but i can’t find corresponding version numbers in the github repos of arduino-esp32 and esp-idf?
@ivankravets I know how this works in general. But can’t find out which arduino-esp32 commit is grabbed by the version statement. How is mapping done between this version number and a certain commit / release of the arduino-esp32 library?