Skip to content

Commit a15e156

Browse files
authored
Update install-esp-idf.sh
1 parent 362f514 commit a15e156

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/install-esp-idf.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
6666

6767
# 1) Temporarily patch the ESP32-S2 I2C LL driver to keep the clock source
6868
# 2) Temporarily fix for mmu map and late init of psram https://github.com/espressif/arduino-esp32/issues/9936
69-
cd $IDF_PATH
70-
patch -p1 -N -i $AR_PATCHES/esp32s2_i2c_ll_master_init.diff
71-
patch -p1 -N -i $AR_PATCHES/lwip_max_tcp_pcb.diff
72-
cd -
69+
#cd $IDF_PATH
70+
#patch -p1 -N -i $AR_PATCHES/esp32s2_i2c_ll_master_init.diff
71+
#patch -p1 -N -i $AR_PATCHES/lwip_max_tcp_pcb.diff
72+
#cd -
7373

7474
# Get the exact IDF version from file "version.txt"
7575
cd $IDF_PATH

0 commit comments

Comments
 (0)