We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e968f5 commit 338ac68Copy full SHA for 338ac68
tools/install-esp-idf.sh
@@ -81,10 +81,10 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
81
82
# 1) Temporarily patch the ESP32-S2 I2C LL driver to keep the clock source
83
# 2) Temporarily fix for mmu map and late init of psram https://github.com/espressif/arduino-esp32/issues/9936
84
- cd $IDF_PATH
85
- patch -p1 -N -i $AR_PATCHES/esp32s2_i2c_ll_master_init.diff
86
- patch -p1 -N -i $AR_PATCHES/lwip_max_tcp_pcb.diff
87
- cd -
+# cd $IDF_PATH
+# patch -p1 -N -i $AR_PATCHES/esp32s2_i2c_ll_master_init.diff
+# patch -p1 -N -i $AR_PATCHES/lwip_max_tcp_pcb.diff
+# cd -
88
89
# Get the exact IDF version from file "version.txt"
90
cd $IDF_PATH
0 commit comments