Replies: 5 comments 9 replies
-
To figure this out in the past, what I've done is searched for the strings For example, on Linux, running the command
Running the command
On seeing this output I assume ESP-IDF v4.2.2 is being used. This technique probably isn't a bulletproof solution to figuring out which ESP-IDF version is being used but I'm not aware of a better solution. |
Beta Was this translation helpful? Give feedback.
-
Thanks. I could have considered that. From the build scripts it is not clear whether v4.2.x or v4.4.x is used. |
Beta Was this translation helpful? Give feedback.
-
If installing and running the image is an option, try (on reasonably recent versions) >>> import platform
>>> platform.platform()
'MicroPython-1.18.0-xtensa-IDFv4.2.2-with-newlib3.0.0' (That seems to be the first string found by @fivdi.) (Here is where the question was raised before.) |
Beta Was this translation helpful? Give feedback.
-
I propose to stop supporting version 4.2. |
Beta Was this translation helpful? Give feedback.
-
ESP32: support ESP-IDF v5.1.2 #12952 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This question may have been raised already, but I did not find the answer: which esp-idf version is actually used for the firmware images provided by MicroPython?
Beta Was this translation helpful? Give feedback.
All reactions