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.