Skip to content

Commit b109ae7

Browse files
authored
Update ESP-IDF version and project example version
1 parent ae76446 commit b109ae7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ To build firmware locally, you'll need to set up the ESP-IDF environment:
5656

5757
```sh
5858
# Clone and setup ESP-IDF
59-
git clone -b v5.5.1 --recursive https://github.com/espressif/esp-idf.git
59+
git clone -b v5.5.2 --recursive https://github.com/espressif/esp-idf.git
6060
cd esp-idf
6161
./install.sh esp32c6 # or your target
6262
source export.sh # for Linux/macOS
63-
# export.bat # for Windows
63+
export.bat # for Windows
6464
cd ..
6565
6666
# Create project from ESP-Hosted example
67-
idf.py create-project-from-example "espressif/esp_hosted==2.7.0:slave"
67+
idf.py create-project-from-example "espressif/esp_hosted==2.9.3:slave"
6868
cd slave/
6969
7070
# Build for your target

0 commit comments

Comments
 (0)