ESP-IDF compiler version

I have looked through the forums and tutorials but didn’t find any related information. I plan on using C++ in my project and need to know the ESP-IDF compiler version (and hence standard support), which is used to build ESP32 Mongoose OS firmware in the cloud. Thanks in advance.

mos build command triggers a build toolchain which is pinned to the mos tool version. The ESP-IDF version is controlled by https://github.com/cesanta/mongoose-os/blob/master/platforms/esp32/sdk.version . Thus you can take a look at https://github.com/mongoose-os/mos tags and see which mos version corresponds to which ESP-IDF version.

1 Like