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 1992165 commit c795bc6Copy full SHA for c795bc6
tools/install-esp-idf.sh
@@ -85,6 +85,11 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
85
#patch -p1 -N -i $AR_PATCHES/esp32s2_i2c_ll_master_init.diff
86
#cd -
87
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
+
93
# Get the exact IDF version from file "version.txt"
94
cd $IDF_PATH
95
export IDF_VERSION=$(<version.txt)
0 commit comments