mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
Merge pull request #12908 from Jason2866/gzip_map
Add gzip options from PR #12901 to pio setup
This commit is contained in:
commit
89ef0c2916
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,6 +26,7 @@ tasmota/tasmota.ino.cpp
|
|||||||
tasmota*.bin
|
tasmota*.bin
|
||||||
tasmota*.bin.gz
|
tasmota*.bin.gz
|
||||||
tasmota*.map
|
tasmota*.map
|
||||||
|
tasmota*.map.gz
|
||||||
platformio_override.ini
|
platformio_override.ini
|
||||||
platformio_tasmota_cenv.ini
|
platformio_tasmota_cenv.ini
|
||||||
|
|
||||||
|
@ -16,6 +16,17 @@ build_flags = ${env.build_flags}
|
|||||||
-D PIO_FRAMEWORK_ARDUINO_MMU_CACHE16_IRAM48_SECHEAP_SHARED
|
-D PIO_FRAMEWORK_ARDUINO_MMU_CACHE16_IRAM48_SECHEAP_SHARED
|
||||||
-Wno-switch-unreachable
|
-Wno-switch-unreachable
|
||||||
|
|
||||||
|
; Settings in [tasmota] do NOT affect firmware building
|
||||||
|
[tasmota]
|
||||||
|
; Uncomment next line if you do NOT want gzipped map file(s)
|
||||||
|
;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 next line if you do NOT want additionally gzipped firmware file(s)
|
||||||
|
;disable_bin_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/
|
||||||
|
|
||||||
[env:tasmota-rangeextender]
|
[env:tasmota-rangeextender]
|
||||||
build_flags = ${env.build_flags}
|
build_flags = ${env.build_flags}
|
||||||
-D FIRMWARE_RANGE_EXTENDER
|
-D FIRMWARE_RANGE_EXTENDER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user