Skip to content

Commit f0dd869

Browse files
committed
fix(libs): Remove unnecessary IDF patches
1 parent 459e54f commit f0dd869

File tree

2 files changed

+3
-122
lines changed

2 files changed

+3
-122
lines changed

patches/lwip_max_tcp_pcb.diff

Lines changed: 0 additions & 118 deletions
This file was deleted.

tools/install-esp-idf.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
3939
export IDF_BRANCH=$(git -C "$IDF_PATH" symbolic-ref --short HEAD || git -C "$IDF_PATH" tag --points-at HEAD)
4040

4141
# Temporarily patch the ESP32-S2 I2C LL driver to keep the clock source
42-
cd $IDF_PATH
43-
patch -p1 -N -i $AR_PATCHES/esp32s2_i2c_ll_master_init.diff
44-
patch -p1 -N -i $AR_PATCHES/lwip_max_tcp_pcb.diff
45-
cd -
42+
#cd $IDF_PATH
43+
#patch -p1 -N -i $AR_PATCHES/esp32s2_i2c_ll_master_init.diff
44+
#cd -
4645
fi
4746

4847
#

0 commit comments

Comments
 (0)