File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -142,9 +142,6 @@ $IDF_PATH/components/app_update:\
142142/root/.espressif/tools/xtensa-esp-elf/$ESP_PATCH_VER/xtensa-esp-elf/bin:\
143143/root/.espressif/tools/riscv32-esp-elf/$ESP_PATCH_VER/riscv32-esp-elf/bin
144144
145- # FIXME: Work around for problem in IDF v5.4.1, must be removed for later releases when issue fixed
146- ENV ESP_ROM_ELF_DIR=/root/.espressif/tools/esp-rom-elfs/20241011/
147-
148145# Clean up downloaded files
149146RUN apt-get autoremove -y \
150147 && apt-get clean -y \
Original file line number Diff line number Diff line change @@ -76,9 +76,6 @@ $IDF_PATH/components/app_update:\
7676/root/.espressif/tools/xtensa-esp-elf/$ESP_PATCH_VER/xtensa-esp-elf/bin:\
7777/root/.espressif/tools/riscv32-esp-elf/$ESP_PATCH_VER/riscv32-esp-elf/bin
7878
79- # FIXME: Work around for problem in IDF v5.4.1, must be removed for later releases when issue fixed
80- ENV ESP_ROM_ELF_DIR=/root/.espressif/tools/esp-rom-elfs/20241011/
81-
8279# Clean up downloaded files
8380RUN apt-get autoremove -y \
8481 && apt-get clean -y \
You can’t perform that action at this time.
0 commit comments