File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ This firmware uses [Espressif's IDF](https://github.com/espressif/esp-idf)
2121As an alternative for building we can use the docker image from espressif idf, we can do that as follows:
2222
2323```
24- docker run -v $PWD:/data espressif/idf:v3.3.1 -- sh -c 'cd /data && make'
24+ docker run -v $PWD:/data espressif/idf:v4.4.8 -- sh -c 'cd /data && make'
2525```
2626
2727You can also flash the firmware with the following snippet:
2828
2929```
3030DEVICE=/dev/ttyACM0
31- docker run --device=$DEVICE -v $PWD:/data espressif/idf:v3.3.1 -- sh -c 'cd /data && make flash ESPPORT=$DEVICE'
31+ docker run --device=$DEVICE -v $PWD:/data espressif/idf:v4.4.8 -- sh -c 'cd /data && make flash ESPPORT=$DEVICE'
3232```
3333
3434## Notes
You can’t perform that action at this time.
0 commit comments