mirror of
https://github.com/arendst/Tasmota.git
synced 2026-02-20 00:32:32 +01:00
add option to gz esp32 firmware files (#17379)
* add option to gz esp32 fimrware files * reverse esp32 gz logic
This commit is contained in:
@@ -58,8 +58,10 @@ lib_extra_dirs =
|
||||
;disable_map_gz = 1
|
||||
; Uncomment and specify a folder where to place the map file(s) (default set to folder build_output)
|
||||
;map_dir = /tmp/map_files/
|
||||
; Uncomment if you do NOT want additionally gzipped firmware file(s)
|
||||
; Uncomment if you do NOT want additionally gzipped firmware file(s) at all
|
||||
;disable_bin_gz = 1
|
||||
; Uncomment if you want additionally gzipped esp32x firmware file(s)
|
||||
;enable_esp32_gz = 1
|
||||
; Uncomment and specify a folder where to place the firmware file(s) (default set to folder build_output)
|
||||
;bin_dir = /tmp/bin_files/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user