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 fbba0a4 commit 02de129Copy full SHA for 02de129
tools/compile_slave.sh
@@ -11,7 +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
-git clone --depth 1 https://github.com/espressif/esp-hosted-mcu.git || {
+git clone --recurse-submodules --depth 1 https://github.com/espressif/esp-hosted-mcu.git || {
15
echo "Failed to clone esp-hosted-mcu"; exit 1; }
16
cd esp-hosted-mcu/slave || exit 1
17
mkdir wifi_copro_fw
0 commit comments