File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,11 @@ cd ../tools/esp32-arduino-libs
64
64
cd ../../../
65
65
# If the framework is needed as tar.gz uncomment next line
66
66
# tar --exclude=.* -zcf ../$pio_archive_path framework-arduinoespressif32/
67
- mv framework-arduinoespressif32/tools/esp32-arduino-libs framework-arduinoespressif32-libs
67
+ if [ $AR_USER == " espressif" ]; then
68
+ mv framework-arduinoespressif32/tools/esp32-arduino-libs framework-arduinoespressif32-libs
69
+ fi
68
70
69
71
7z a -mx=9 -tzip -xr' !.*' ../$pio_zip_archive_path framework-arduinoespressif32/
70
- 7z a -mx=9 -tzip -xr' !.*' ../$libs_zip_archive_path framework-arduinoespressif32-libs/
72
+ if [ $AR_USER == " espressif" ]; then
73
+ 7z a -mx=9 -tzip -xr' !.*' ../$libs_zip_archive_path framework-arduinoespressif32-libs/
74
+ fi
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ if [ -z $IDF_TARGET ]; then
26
26
fi
27
27
28
28
# Owner of the target ESP32 Arduino repository
29
- AR_USER=" tasmota"
29
+ export AR_USER=" tasmota"
30
30
31
31
# IDF commit to use
32
32
# IDF_COMMIT=""
You can’t perform that action at this time.
0 commit comments