Skip to content

Commit a484439

Browse files
authored
keep the flags folder
Comment out the removal of flags directory in archive-build.sh.
1 parent 838ccb3 commit a484439

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)