Skip to content

Commit 6ef0344

Browse files
authored
keep the flags folder
Comment out the removal of flags in the archive build script.
1 parent 87baa60 commit 6ef0344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/archive-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ mv arduino-esp32/ framework-arduinoespressif32/
6161
cd framework-arduinoespressif32/libraries
6262
rm -rf **/examples
6363
cd ../tools/esp32-arduino-libs
64-
rm -rf **/flags
64+
# rm -rf **/flags
6565
cd ../../../
6666

6767

0 commit comments

Comments
 (0)