Skip to content

Commit 6909d7a

Browse files
authored
Update install-esp-idf.sh
1 parent c42a67f commit 6909d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install-esp-idf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
7070
patch -p1 -N -i $AR_PATCHES/esp32s2_i2c_ll_master_init.diff
7171
patch -p1 -N -i $AR_PATCHES/mmu_map.diff
7272
patch -p1 -N -i $AR_PATCHES/lwip_max_tcp_pcb.diff
73-
patch -p1 -N -i $AR_PATCHES/no_ecp_dp_secp256r1.diff
73+
# patch -p1 -N -i $AR_PATCHES/no_ecp_dp_secp256r1.diff
7474
cd -
7575

7676
# Get the exact IDF version from file "version.txt"

0 commit comments

Comments
 (0)