File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131 docker run --rm -e WOKWI_MCU=esp32 "wokwi/builder-${BUILDER_NAME}" ./compile.sh
3232 docker run --rm -e WOKWI_MCU=esp32-c3 "wokwi/builder-${BUILDER_NAME}" ./compile.sh
3333 docker run --rm -e WOKWI_MCU=esp32-c6 "wokwi/builder-${BUILDER_NAME}" ./compile.sh
34- # docker run --rm -e WOKWI_MCU=esp32-h2 "wokwi/builder-${BUILDER_NAME}" ./compile.sh
34+ docker run --rm -e WOKWI_MCU=esp32-h2 "wokwi/builder-${BUILDER_NAME}" ./compile.sh
3535 docker run --rm -e WOKWI_MCU=esp32-s2 "wokwi/builder-${BUILDER_NAME}" ./compile.sh
3636 docker run --rm -e WOKWI_MCU=esp32-s3 "wokwi/builder-${BUILDER_NAME}" ./compile.sh
Original file line number Diff line number Diff line change 1- FROM espressif/idf-rust:all_1.78 .0.0
1+ FROM espressif/idf-rust:all_1.80 .0.0
22
33USER esp
44ENV USER=esp
Original file line number Diff line number Diff line change 1- FROM espressif/idf-rust:all_1.78 .0.0
1+ FROM espressif/idf-rust:all_1.80 .0.0
22
33USER esp
44ENV USER=esp
You can’t perform that action at this time.
0 commit comments