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 b52503c commit 9f78993Copy full SHA for 9f78993
tools/archive-build.sh
@@ -59,6 +59,7 @@ 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
+rm -rf **/flags
63
cd ../../
64
# If the framework is needed as tar.gz uncomment next line
65
# tar --exclude=.* -zcf ../$pio_archive_path framework-arduinoespressif32/
0 commit comments