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 6e52b09 commit b251570Copy full SHA for b251570
tools/install-esp-idf.sh
@@ -76,7 +76,8 @@ fi
76
77
if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
78
git submodule update --recursive
79
- $IDF_PATH/install.sh
+ echo "Installing ESP-IDF..."
80
+ $IDF_PATH/install.sh > /dev/null
81
82
# 1) Temporarily patch the ESP32-S2 I2C LL driver to keep the clock source
83
# 2) Temporarily fix for mmu map and late init of psram https://github.com/espressif/arduino-esp32/issues/9936
0 commit comments