summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2023-07-25 12:59:02 +1000
committerDamien George <damien@micropython.org>2023-07-25 12:59:02 +1000
commitcfcce4b5311c7b112d3628392c8012b4c29bdd63 (patch)
treeb53c7b173c6ab2f13ef72d43c95f763be22cc78a
parentc9d2c5537b0f911b494fc877e2006022a65c2973 (diff)
esp32/README: Specify that only IDF v5.0.2 is supported.
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r--ports/esp32/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/esp32/README.md b/ports/esp32/README.md
index dc9e9f8b7..2d5b05b92 100644
--- a/ports/esp32/README.md
+++ b/ports/esp32/README.md
@@ -28,8 +28,7 @@ manage the ESP32 microcontroller, as well as a way to manage the required
build environment and toolchains needed to build the firmware.
The ESP-IDF changes quickly and MicroPython only supports certain versions.
-Currently MicroPython supports v5.0.2,
-although other IDF v4 versions may also work.
+Currently MicroPython supports only v5.0.2.
To install the ESP-IDF the full instructions can be found at the
[Espressif Getting Started guide](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html#installation-step-by-step).