diff --git a/Sming/Arch/Esp32/README.rst b/Sming/Arch/Esp32/README.rst index f2c60083c6..4c4e21242e 100644 --- a/Sming/Arch/Esp32/README.rst +++ b/Sming/Arch/Esp32/README.rst @@ -117,12 +117,11 @@ IDF versions ------------ Sming currently supports IDF versions 5.2. This is installed by default. -Older versions 4.3, 4.4 and 5.0 are no longer officially supported. If you use one of the old versions, please, consider upgrading to 5.2. - +Older versions 4.3, 4.4 and 5.0 are no longer supported. A different version can be installed if necessary:: - INSTALL_IDF_VER=4.4 $SMING_HOME/../Tools/install.sh esp32 + INSTALL_IDF_VER=5.3 $SMING_HOME/../Tools/install.sh esp32 The installation script creates a soft-link in ``/opt/esp-idf`` pointing to the last version installed. Use the `IDF_PATH` environment variable or change the soft-link to select which one to use. @@ -136,6 +135,35 @@ See `ESP-IDF Versions