Skip to content

Commit 0d195d9

Browse files
authored
Update install-esp-idf.sh
1 parent c795bc6 commit 0d195d9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/install-esp-idf.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
8585
#patch -p1 -N -i $AR_PATCHES/esp32s2_i2c_ll_master_init.diff
8686
#cd -
8787

88-
# Temporarily patch esp-hosted-mcu bt driver vhci_drv (missign define)
89-
cd $IDF_PATH
90-
patch -p1 -N -i $AR_PATCHES/hosted_mcu_vhci_drv.diff
91-
cd -
92-
9388
# Get the exact IDF version from file "version.txt"
9489
cd $IDF_PATH
9590
export IDF_VERSION=$(<version.txt)

0 commit comments

Comments
 (0)