diff --git a/esp32/README.md b/esp32/README.md index 260614739..3032dff3e 100644 --- a/esp32/README.md +++ b/esp32/README.md @@ -29,7 +29,18 @@ ESP-IDF itself, which is found at https://github.com/espressif/esp-idf . Follow the guide "Setting Up ESP-IDF", for Windows, Mac or Linux. You only need to perform up to "Step 2" of the guide, by which stage you should have installed the cross-compile and cloned the ESP-IDF repository. - + +Be advised that the ESP-IDF is still undergoing changes and only some +versions are supported, to find which build is compatible refer to the line +in the makefile containing the following: +``` +ESPIDF_SUPHASH := +``` +After finishing "Step 2" you can roll back your current build of +the ESP-IDF using: +``` +$ git checkout +``` Once everything is set up you should have a functioning toolchain with prefix xtensa-esp32-elf- (or otherwise if you configured it differently) as well as a copy of the ESP-IDF repository.