File tree 2 files changed +4
-4
lines changed
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 \
127
127
128
128
# Install ESP-IDF
129
129
ENV 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
131
131
# This is now taking care in the following line
132
132
# RUN python -m pip install -r $IDF_PATH/requirements.txt
133
133
RUN $IDF_PATH/install.sh
134
134
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:\
136
136
$IDF_PATH/components/esptool_py/esptool:\
137
137
$IDF_PATH/components/espcoredump:\
138
138
$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}
61
61
62
62
# Install ESP-IDF
63
63
ENV 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
65
65
# This is now taking care in the following line
66
66
# RUN python -m pip install -r $IDF_PATH/requirements.txt
67
67
RUN $IDF_PATH/install.sh
68
68
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:\
70
70
$IDF_PATH/components/esptool_py/esptool:\
71
71
$IDF_PATH/components/espcoredump:\
72
72
$IDF_PATH/components/partition_table/:\
You can’t perform that action at this time.
0 commit comments