We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de323a commit 1cabb07Copy full SHA for 1cabb07
.github/scripts/install-arduino-core-esp32.sh
@@ -21,14 +21,15 @@ if [ ! -d "$ARDUINO_ESP32_PATH" ]; then
21
else
22
echo "Cloning Core Repository..."
23
git clone https://github.com/espressif/arduino-esp32.git esp32 > /dev/null 2>&1
24
- echo "Copying CI restrictive warning settings from tools/platform.local.txt"
25
- cp tools/platform.local.txt .
26
fi
27
28
#echo "Updating Submodules ..."
29
cd esp32
30
#git submodule update --init --recursive > /dev/null 2>&1
31
+ echo "Copying CI restrictive warning settings from tools/platform.local.txt"
+ cp tools/platform.local.txt .
32
+
33
echo "Installing Platform Tools ..."
34
cd tools && python get.py
35
cd $script_init_path
0 commit comments