Skip to content

Commit a651d8f

Browse files
authored
Update install-esp-idf.sh
1 parent 73b3272 commit a651d8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/install-esp-idf.sh

+4
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
6464
git submodule update --recursive
6565
$IDF_PATH/install.sh
6666

67+
cd $IDF_PATH
68+
patch -p1 -N -i ../patches/lwip_max_tcp_pcb.diff
69+
cd -
70+
6771
# remove code and component(s) not needed/wanted for Tasmota framework solo1
6872
cd $IDF_PATH
6973
rm -rf components/esp-gdbstub

0 commit comments

Comments
 (0)