Skip to content

Commit 4e603a3

Browse files
authored
Use upstream esp-hosted-mcu
weak bug is fixed
1 parent 19d187e commit 4e603a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/compile_slave.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ echo "* Installing/Updating ESP-IDF and all components..."
1111
source ./tools/install-esp-idf.sh
1212
if [ $? -ne 0 ]; then exit 1; fi
1313

14-
# use fork until upstream bugs are fixed
15-
git clone --depth 1 https://github.com/Jason2866/esp-hosted-mcu.git || {
14+
git clone --depth 1 https://github.com/espressif/esp-hosted-mcu.git || {
1615
echo "Failed to clone esp-hosted-mcu"; exit 1; }
1716
cd esp-hosted-mcu/slave || exit 1
1817
mkdir wifi_copro_fw

0 commit comments

Comments
 (0)