We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4438f commit 2a68e31Copy full SHA for 2a68e31
tools/archive-build.sh
@@ -56,7 +56,9 @@ cp ../core_version.h arduino-esp32/cores/esp32/core_version.h
56
mv arduino-esp32/ framework-arduinoespressif32/
57
cd framework-arduinoespressif32/libraries
58
rm -rf **/examples
59
-cd ../../
+cd ../tools/esp32-arduino-libs
60
+rm -rf **/flags
61
+cd ../../../
62
# If the framework is needed as tar.gz uncomment next line
63
# tar --exclude=.* -zcf ../$pio_archive_path framework-arduinoespressif32/
64
7z a -mx=9 -tzip -xr'!.*' ../$pio_zip_archive_path framework-arduinoespressif32/
0 commit comments