File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,11 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
7979 echo " Installing ESP-IDF..."
8080 $IDF_PATH /install.sh > /dev/null
8181
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 -
82+ # Temporarily patch the ESP32-S2 I2C LL driver to keep the clock source
83+ # 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+ # cd -
8887
8988 # Get the exact IDF version from file "version.txt"
9089 cd $IDF_PATH
You can’t perform that action at this time.
0 commit comments