Skip to content

Commit d50f2b4

Browse files
authored
Update archive-build.sh
1 parent 78f9876 commit d50f2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/archive-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ -d "out" ]; then
1515
echo "Show files from folder out"
1616
ls
1717
echo "Creating framework-arduinoespressif32"
18-
git clone https://github.com/espressif/arduino-esp32
18+
git clone https://github.com/tasmota/arduino-esp32
1919
rm -rf arduino-esp32/docs
2020
rm -rf arduino-esp32/package
2121
rm -rf arduino-esp32/tools/sdk

0 commit comments

Comments
 (0)