We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16dc686 commit 2085aebCopy full SHA for 2085aeb
README.md
@@ -21,14 +21,14 @@ This firmware uses [Espressif's IDF](https://github.com/espressif/esp-idf)
21
As an alternative for building we can use the docker image from espressif idf, we can do that as follows:
22
23
```
24
-docker run -v $PWD:/data espressif/idf:v3.3.1 -- sh -c 'cd /data && make'
+docker run -v $PWD:/data espressif/idf:v4.4 -- sh -c 'cd /data && make'
25
26
27
You can also flash the firmware with the following snippet:
28
29
30
DEVICE=/dev/ttyACM0
31
-docker run --device=$DEVICE -v $PWD:/data espressif/idf:v3.3.1 -- sh -c 'cd /data && make flash ESPPORT=$DEVICE'
+docker run --device=$DEVICE -v $PWD:/data espressif/idf:v4.4 -- sh -c 'cd /data && make flash ESPPORT=$DEVICE'
32
33
34
## Notes
0 commit comments