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 ae17228 commit 6a6fe59Copy full SHA for 6a6fe59
tools/install-arduino.sh
@@ -89,16 +89,3 @@ rm -rf "$AR_COMPS/arduino/libraries/ESP32"
89
rm -rf "$AR_COMPS/arduino/libraries/ESP_SR"
90
rm -rf "$AR_COMPS/arduino/libraries/ESP_NOW"
91
rm -rf "$AR_COMPS/arduino/libraries/TFLiteMicro"
92
-
93
-#
94
-# CLONE/UPDATE ESP32-ARDUINO-LIBS
95
96
-#if [ ! -d "$IDF_LIBS_DIR" ]; then
97
-# echo "Cloning esp32-arduino-libs..."
98
-# git clone "$AR_LIBS_REPO_URL" "$IDF_LIBS_DIR"
99
-#else
100
-# echo "Updating esp32-arduino-libs..."
101
-# git -C "$IDF_LIBS_DIR" fetch && \
102
-# git -C "$IDF_LIBS_DIR" pull --ff-only
103
-#fi
104
-#if [ $? -ne 0 ]; then exit 1; fi
0 commit comments