We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503e186 commit e16f1ccCopy full SHA for e16f1cc
tools/archive-build.sh
@@ -59,6 +59,8 @@ gawk -i inplace -v cuv1="framework-arduinoespressif32" -v cuv2="framework-ardui
59
mv arduino-esp32/ framework-arduinoespressif32/
60
cd framework-arduinoespressif32/libraries
61
rm -rf **/examples
62
+cd ../tools/esp32-arduino-libs
63
+rm -rf **/flags
64
cd ../../
65
# If the framework is needed as tar.gz uncomment next line
66
# tar --exclude=.* -zcf ../$pio_archive_path framework-arduinoespressif32/
0 commit comments