From 6a3d9785fdee0f488af0b58e79b5eb5d9f6a335f Mon Sep 17 00:00:00 2001 From: XiaochaoGONG Date: Wed, 1 Apr 2020 18:04:23 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5f7ef5..fb33577 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,9 @@ If you clone project without `--recursive` flag, please go to the `esp-who` dire ### ESP-IDF See setup guides for detailed instructions to set up the ESP-IDF: -* [Getting Started Guide for the stable ESP-IDF version](https://docs.espressif.com/projects/esp-idf/en/stable/get-started-cmake/index.html) +* [Getting Started Guide for ESP-IDF v4.0](https://docs.espressif.com/projects/esp-idf/en/v4.0/get-started/index.html) - In this case, we take [ESP-IDF v3.3.1](https://github.com/espressif/esp-idf/releases/v3.3.1) as the test version. + In this case, we take [ESP-IDF v4.0](https://github.com/espressif/esp-idf/tree/release/v4.0) as the default version. If you have already configured ESP-IDF before and don't want to change the existing one, you can just point `IDF_PATH` to the ESP-IDF that is in ESP-WHO.