File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pio_zip_archive_path="dist/framework-arduinoespressif32-$TARGET-$idf_version_str
10
10
mkdir -p dist && rm -rf " $archive_path " " $build_archive_path "
11
11
12
12
cd out
13
- echo " Creating PlatformIO Tasmota framework-arduinoespressif32 "
13
+ echo " Copying built MCU libs to framework"
14
14
mkdir -p arduino-esp32/cores/esp32
15
15
mkdir -p arduino-esp32/tools/partitions
16
16
cp -rf ../components/arduino/tools arduino-esp32
@@ -63,6 +63,4 @@ rm -rf **/examples
63
63
cd ../tools/esp32-arduino-libs
64
64
rm -rf ** /flags
65
65
cd ../../../
66
- # If the framework is needed as tar.gz uncomment next line
67
- # tar --exclude=.* -zcf ../$pio_archive_path framework-arduinoespressif32/
68
- 7z a -mx=9 -tzip -xr' !.*' ../$pio_zip_archive_path framework-arduinoespressif32/
66
+ # 7z a -mx=9 -tzip -xr'!.*' ../$pio_zip_archive_path framework-arduinoespressif32/
You can’t perform that action at this time.
0 commit comments