diff options
author | ThomasAvans <tv.intanker@student.avans.nl> | 2024-04-17 19:06:24 +0200 |
---|---|---|
committer | ThomasAvans <tv.intanker@student.avans.nl> | 2024-04-17 19:06:24 +0200 |
commit | 4354adcf0ae2eabbf419a76fc97746cb71962826 (patch) | |
tree | bd3f358839f62e845031689aef984b1eddc8ea26 | |
parent | c61c1f93c0820b0cb5c31090028f7eea6f2b6e95 (diff) |
Improved ESP build instructions
-rw-r--r-- | readme.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -13,7 +13,8 @@ make test ``` ## ESP -1. Download ESP-IDF extension in vscode +1. Install ESP-IDF extension in vscode 2. Install using 'express' option -3. For windows: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/windows-setup.html#get-started-windows-first-steps -4. For Linux: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/linux-macos-setup.html#get-started-linux-macos-first-steps +3. Install ESP-IDF v5.2.1 (release version) +4. For windows: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/windows-setup.html#get-started-windows-first-steps +5. For Linux: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/linux-macos-setup.html#get-started-linux-macos-first-steps |