esp32_4MB_XL was over the limits (flash usage)

still only 256 bytes left for program
This commit is contained in:
Frank
2023-12-29 22:53:26 +01:00
parent 80a9736d0d
commit 03a909ac8a
2 changed files with 36 additions and 5 deletions

View File

@@ -1185,13 +1185,16 @@ build_flags = ${esp32_4MB_M_base.build_flags}
extends = esp32_4MB_XL_base
build_flags = ${esp32_4MB_XL_base.build_flags}
-D WLED_RELEASE_NAME=esp32_4MB_XL
-D WLED_DISABLE_LOXONE ;; Over the limits
-D WLEDMM_SAVE_FLASH ;; a humble attempt to save a few extra bytes
build_unflags = ${esp32_4MB_XL_base.build_unflags}
-D USERMOD_ANIMARTRIX ;; Tips our memory usage over the limit
-D USERMOD_ANIMARTRIX ;; Tips our memory usage over the limit
-D WLEDMM_FASTPATH ;; Over the limits
; RAM: [== ] 24.4% (used 80060 bytes from 327680 bytes)
; Flash: [==========] 95.3% (used 1499037 bytes from 1572864 bytes)
; HELP !!!!! :
; RAM: [== ] 24.5% (used 80356 bytes from 327680 bytes)
; Flash: [==========] 99.9% (used 1571053 bytes from 1572864 bytes)
; !!! HELP !!!!! :
; RAM: [=== ] 26.2% (used 85756 bytes from 327680 bytes)
; Flash: [==========] 100.0% (used 1572553 bytes from 1572864 bytes)
;; standard framework build for 16MB flash, optimized for speed
[env:esp32_16MB_S]