We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b7567 commit 763d61eCopy full SHA for 763d61e
tools/install-esp-idf.sh
@@ -70,14 +70,13 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
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
73
- patch -p1 -N -i $AR_PATCHES/platformio-build.diff
74
- cd -
75
-
76
# Get the exact IDF version from file "version.txt"
77
- cd $IDF_PATH
78
export IDF_VERSION=$(<version.txt)
79
- echo "IDF version: $IDF_VERSION"
80
+ cd -
+ # Patch to use the framework included "framework-arduinoespressif32-libs"
+ cd "$AR_COMPS/arduino"
+ patch -p1 -N -i $AR_PATCHES/platformio-build.diff
81
fi
82
83
#
0 commit comments