tasmota / docker-tasmota

Docker container with a complete build environment for Tasmota using PlatformIO
78 stars 49 forks source link

Improvement suggestion: add_build_folder #6

Closed robpower closed 4 years ago

robpower commented 4 years ago

Slight modification to have all firmware output filess (.bin, .bin.gz) sent to a selected folder. Being a separate folder could improve common maintenance/update operations:

blakadder commented 4 years ago

build_output/firmware is the default folder where binaries are copied after compiling. this container's purpose is to be default settings only.

if you want to move binaries after compiling you can easily do it with another bash script. i do it that way!

binaries placed in build_output folder are already both gzipped and in .bin format