Skip to content

Commit 1201211

Browse files
authored
Update install-esp-idf.sh
1 parent ce84fde commit 1201211

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/install-esp-idf.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
3737

3838
# Temporarily patch the ESP32-S2 I2C LL driver to keep the clock source
3939
cd $IDF_PATH
40+
cp -Rf ../patches/libbtdm_app.a ./components/bt/controller/lib_esp32c3_family/esp32s3/
4041
patch -p1 -N -i ../patches/esp32s2_i2c_ll_master_init.diff
4142
patch -p1 -N -i ../patches/mmu_map.diff
4243
cd -

0 commit comments

Comments
 (0)