add option to gz esp32 firmware files (#17379)

* add option to gz esp32 fimrware files

* reverse esp32 gz logic
This commit is contained in:
Jason2866
2022-12-13 16:40:48 +01:00
committed by GitHub
parent 5f581fa7f2
commit e71913ed42
3 changed files with 8 additions and 5 deletions

View File

@@ -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/