Skip to content

Commit 24cf1c7

Browse files
authored
Update install-esp-idf.sh
1 parent 7cf9f69 commit 24cf1c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/install-esp-idf.sh

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
6969
cd $IDF_PATH
7070
patch -p1 -N -i ../patches/esp32s2_i2c_ll_master_init.diff
7171
patch -p1 -N -i ../patches/mmu_map.diff
72+
patch -p1 -N -i ../patches/lwip_max_tcp_pcb.diff
7273
cd -
7374

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

0 commit comments

Comments
 (0)