We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b3272 commit a651d8fCopy full SHA for a651d8f
tools/install-esp-idf.sh
@@ -64,6 +64,10 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
64
git submodule update --recursive
65
$IDF_PATH/install.sh
66
67
+ cd $IDF_PATH
68
+ patch -p1 -N -i ../patches/lwip_max_tcp_pcb.diff
69
+ cd -
70
+
71
# remove code and component(s) not needed/wanted for Tasmota framework solo1
72
cd $IDF_PATH
73
rm -rf components/esp-gdbstub
0 commit comments