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 f1d9ef2 commit a2c70b4Copy full SHA for a2c70b4
tools/archive-build.sh
@@ -52,12 +52,10 @@ rm -rf arduino-esp32/programmers.txt
52
rm -rf arduino-esp32/boards.txt
53
rm -rf arduino-esp32/package.json
54
rm -rf arduino-esp32/*.md
55
-
56
-python3 ./tools/del_usb_source.py -d "$AR_OUT"
57
58
cp -Rf tools/esp32-arduino-libs arduino-esp32/tools/
59
cp ../package.json arduino-esp32/package.json
60
cp ../core_version.h arduino-esp32/cores/esp32/core_version.h
+python3 ./tools/del_usb_source.py -d "$AR_OUT"
61
mv arduino-esp32/ framework-arduinoespressif32/
62
cd framework-arduinoespressif32/libraries
63
rm -rf **/examples
0 commit comments