Skip to content

Commit d36ceec

Browse files
authored
Update install-esp-idf.sh
1 parent 8df1a90 commit d36ceec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install-esp-idf.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
6565
$IDF_PATH/install.sh
6666

6767
cd $IDF_PATH
68-
patch -p1 -N -i ../patches/lwip_max_tcp_pcb.diff
68+
patch -p1 -N -i $AR_PATCHES/lwip_max_tcp_pcb.diff
6969
cd -
7070

7171
# remove code and component(s) not needed/wanted for Tasmota framework solo1

0 commit comments

Comments
 (0)