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 19d187e commit 4e603a3Copy full SHA for 4e603a3
tools/compile_slave.sh
@@ -11,8 +11,7 @@ echo "* Installing/Updating ESP-IDF and all components..."
11
source ./tools/install-esp-idf.sh
12
if [ $? -ne 0 ]; then exit 1; fi
13
14
-# use fork until upstream bugs are fixed
15
-git clone --depth 1 https://github.com/Jason2866/esp-hosted-mcu.git || {
+git clone --depth 1 https://github.com/espressif/esp-hosted-mcu.git || {
16
echo "Failed to clone esp-hosted-mcu"; exit 1; }
17
cd esp-hosted-mcu/slave || exit 1
18
mkdir wifi_copro_fw
0 commit comments