Page 1 of 1

ESP-IDF v4.3-dirty is this the latest stable version?

Posted: Wed Jun 23, 2021 5:25 pm
by bonadio
Hello

I just updated the ESP-IDF to v4.3 when I do idf.py --version I get ESP-IDF v4.3-dirty is this "dirty" the latest stable version?

Thanks

Re: ESP-IDF v4.3-dirty is this the latest stable version?

Posted: Wed Jun 23, 2021 7:43 pm
by bonadio
I think I found the problem, I edited export.sh by mistake and the git mark as a change. After discarding this change the version was idf.py --version
ESP-IDF v4.3

[]s

Re: ESP-IDF v4.3-dirty is this the latest stable version?

Posted: Wed Jun 23, 2021 11:42 pm
by ESP_Angus
That's right, changes in the IDF directory will cause git to flag it as "dirty".

And v4.3 is the latest stable version, you can always confirm this by checking https://docs.espressif.com/projects/esp-idf/en/stable/ (the exact version is in the top-left)