File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if [ -d "out" ]; then
1313 cd out && tar zcf " ../$archive_path " * && cd ..
1414fi
1515
16-
16+ cd out
1717echo " Creating PlatformIO Tasmota framework-arduinoespressif32"
1818mkdir -p arduino-esp32/cores/esp32
1919mkdir -p arduino-esp32/tools/partitions
@@ -41,11 +41,7 @@ cp ../package.json arduino-esp32/package.json
4141cp ../core_version.h arduino-esp32/cores/esp32/core_version.h
4242cp -rf arduino-esp32/tools/esp32-arduino-libs framework-arduinoespressif32-libs/
4343cp -rf arduino-esp32/ framework-arduinoespressif32/
44- cd framework-arduinoespressif32/libraries
45- rm -rf ** /examples
46- cd ../tools/esp32-arduino-libs
47- rm -rf ** /flags
48- cd ../../../
44+
4945# If the framework is needed as tar.gz uncomment next line
5046# tar --exclude=.* -zcf ../$pio_archive_path framework-arduinoespressif32/
51477z a -mx=9 -tzip -xr' !.*' ../$pio_zip_archive_path framework-arduinoespressif32/
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- sudo apt update && sudo apt install -y git wget curl libssl-dev libncurses-dev flex bison gperf python3 cmake ninja-build ccache
3+ sudo apt update && sudo apt install -y git wget curl libssl-dev libncurses-dev flex bison gperf python3 cmake ninja-build ccache p7zip-ful
44curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && \
55pip3 install setuptools pyserial click future wheel cryptography pyparsing pyelftools
You can’t perform that action at this time.
0 commit comments