We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e7b0e commit 615a517Copy full SHA for 615a517
.github/scripts/install-arduino-core-esp32.sh
@@ -20,7 +20,7 @@ if [ ! -d "$ARDUINO_ESP32_PATH" ]; then
20
ln -s $GITHUB_WORKSPACE esp32
21
else
22
echo "Cloning Core Repository..."
23
- git clone https://github.com/espressif/arduino-esp32.git esp32 > /dev/null 2>&1
+ git clone https://github.com/tasmota/arduino-esp32.git esp32 > /dev/null 2>&1
24
fi
25
26
#echo "Updating Submodules ..."
0 commit comments