Skip to content

Commit c03ce77

Browse files
authored
Update install-esp-idf.sh
1 parent 6a4f22b commit c03ce77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/install-esp-idf.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
6767
# 1) Temporarily patch the ESP32-S2 I2C LL driver to keep the clock source
6868
# 2) Temporarily fix for mmu map and late init of psram https://github.com/espressif/arduino-esp32/issues/9936
6969
cd $IDF_PATH
70-
patch -p1 -N -i ../patches/esp32s2_i2c_ll_master_init.diff
71-
patch -p1 -N -i ../patches/mmu_map.diff
72-
patch -p1 -N -i ../patches/lwip_max_tcp_pcb.diff
70+
patch -p1 -N -i $AR_PATCHES/esp32s2_i2c_ll_master_init.diff
71+
patch -p1 -N -i $AR_PATCHES/mmu_map.diff
72+
patch -p1 -N -i $AR_PATCHES/lwip_max_tcp_pcb.diff
7373
cd -
7474

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

0 commit comments

Comments
 (0)