Update readme to point to ESP-IDF version v5.0.2

This commit is contained in:
alufers 2023-05-28 14:45:38 +02:00
parent e9c4ba74d0
commit e992956ec4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ You must recursively clone the submodules, which `--recursive` will do for you.
# Develop with ESP-IDF
Set up __ESP-IDF v4.4__ following [Espressif's instructions](https://docs.espressif.com/projects/esp-idf/en/release-v4.4/esp32/get-started/index.html). Make sure `idf.py` is in your PATH and you can successfully run the program.
Set up __ESP-IDF v5.0.2__ following [Espressif's instructions](https://docs.espressif.com/projects/esp-idf/en/v5.0.2/esp32/get-started/index.html). Make sure `idf.py` is in your PATH and you can successfully run the program.
## Build with ESP-IDF