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 9f78993 commit 770a987Copy full SHA for 770a987
tools/archive-build.sh
@@ -59,8 +59,9 @@ 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
-cd ../../
64
+cd ../../../
65
# If the framework is needed as tar.gz uncomment next line
66
# tar --exclude=.* -zcf ../$pio_archive_path framework-arduinoespressif32/
67
7z a -mx=9 -tzip -xr'!.*' ../$pio_zip_archive_path framework-arduinoespressif32/
0 commit comments