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 6bd9604 commit 3cc0d0eCopy full SHA for 3cc0d0e
tools/archive-build.sh
@@ -52,6 +52,9 @@ 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
0 commit comments