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)
21
21
As an alternative for building we can use the docker image from espressif idf, we can do that as follows:
22
22
23
23
```
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'
25
25
```
26
26
27
27
You can also flash the firmware with the following snippet:
28
28
29
29
```
30
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'
31
+ docker run --device=$DEVICE -v $PWD:/data espressif/idf:v4.4.8 -- sh -c 'cd /data && make flash ESPPORT=$DEVICE'
32
32
```
33
33
34
34
## Notes
You can’t perform that action at this time.
0 commit comments