From f2aa9dbf77f93e2e5a914860f81401c6dd728e95 Mon Sep 17 00:00:00 2001 From: CarlosDerSeher Date: Sun, 2 Jun 2024 23:46:44 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b22187..bb7bf7f 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ git submodule update --init ``` ### ESP-IDF environnement configuration -- If you're on Windows : Install ESP-IDF v4.3.5 locally [https://github.com/espressif/esp-idf/releases/tag/v4.3.5](https://github.com/espressif/esp-idf/releases/tag/v4.3.5). More info: [https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/windows-setup-update.html](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/windows-setup-update.html) +- If you're on Windows : Install [ESP-IDF v5.1.1](https://github.com/espressif/esp-idf/releases/tag/v5.1.1) locally. More info: [https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/windows-setup-update.html](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/windows-setup-update.html) - If you're on Linux : Use the docker image for ESP-IDF by following [docker build](doc/docker_build.md) doc.