upgrade to IDF v4.3.5

This commit is contained in:
Karl Osterseher
2023-09-15 10:40:56 +02:00
Unverified
parent 27838c6113
commit 06161ae385
2 changed files with 8 additions and 4 deletions

View File

@@ -37,11 +37,11 @@ Write `build/firmware.bin` to ESP32 at address 0x0000
--------------------
### More details
```
docker run
docker run
--rm // Removes container after exit
-it // runs interactive terminal
-v .:/project // maps current directory to /project in container
-w /project // sets working directory inside a container to /project
espressif/idf:v4.3.1 // image name + version
espressif/idf:v4.3.5 // image name + version
idf.py menuconfig // run menuconfig
```
```