Skip to content

Commit b251570

Browse files
authored
Update install-esp-idf.sh
1 parent 6e52b09 commit b251570

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/install-esp-idf.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ fi
7676

7777
if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
7878
git submodule update --recursive
79-
$IDF_PATH/install.sh
79+
echo "Installing ESP-IDF..."
80+
$IDF_PATH/install.sh > /dev/null
8081

8182
# 1) Temporarily patch the ESP32-S2 I2C LL driver to keep the clock source
8283
# 2) Temporarily fix for mmu map and late init of psram https://github.com/espressif/arduino-esp32/issues/9936

0 commit comments

Comments
 (0)