Skip to content

Commit 4f31c5c

Browse files
authored
Update compile_slave.sh
1 parent a7404a3 commit 4f31c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/compile_slave.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +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-
git clone --recurse-submodules --depth 1 https://github.com/espressif/esp-hosted-mcu.git || {
14+
git clone --depth 1 https://github.com/espressif/esp-hosted-mcu.git || {
1515
echo "Failed to clone esp-hosted-mcu"; exit 1; }
1616
cd esp-hosted-mcu/slave || exit 1
1717
mkdir wifi_copro_fw

0 commit comments

Comments
 (0)