File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -127,12 +127,12 @@ RUN ln -fs /usr/bin/python3 /usr/bin/python \
127127
128128# Install ESP-IDF
129129ENV IDF_PATH=/sources/esp-idf
130- ENV ESP_PATCH_VER=esp-13 .2.0_20230928
130+ ENV ESP_PATCH_VER=esp-14 .2.0_20241119
131131# This is now taking care in the following line
132132# RUN python -m pip install -r $IDF_PATH/requirements.txt
133133RUN $IDF_PATH/install.sh
134134
135- ENV PATH=/root/.espressif/python_env/idf5.2_py3 .11_env/bin:$PATH:\
135+ ENV PATH=/root/.espressif/python_env/idf5.4_py3 .11_env/bin:$PATH:\
136136$IDF_PATH/components/esptool_py/esptool:\
137137$IDF_PATH/components/espcoredump:\
138138$IDF_PATH/components/partition_table/:\
Original file line number Diff line number Diff line change @@ -61,12 +61,12 @@ ENV PATH=/usr/bin/cmake/bin:${PATH}
6161
6262# Install ESP-IDF
6363ENV IDF_PATH=/sources/esp-idf
64- ENV ESP_PATCH_VER=esp-13 .2.0_20230928
64+ ENV ESP_PATCH_VER=esp-14 .2.0_20241119
6565# This is now taking care in the following line
6666# RUN python -m pip install -r $IDF_PATH/requirements.txt
6767RUN $IDF_PATH/install.sh
6868
69- ENV PATH=/root/.espressif/python_env/idf5.2_py3 .11_env/bin:$PATH:\
69+ ENV PATH=/root/.espressif/python_env/idf5.4_py3 .11_env/bin:$PATH:\
7070$IDF_PATH/components/esptool_py/esptool:\
7171$IDF_PATH/components/espcoredump:\
7272$IDF_PATH/components/partition_table/:\
You can’t perform that action at this time.
0 commit comments