Merge pull request #110 from MoonModules/XL-build

Swap partitions so we actually have space for the code
This commit is contained in:
netmindz
2024-01-17 22:11:40 +00:00
committed by GitHub

View File

@@ -1200,15 +1200,9 @@ build_flags = ${esp32_4MB_XL_base.build_flags}
;-D WLED_DISABLE_INFRARED
-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_BUZZER ;; Over the limits, and steals GPIO 32
-D USERMOD_SN_PHOTORESISTOR ;; Over the limits
-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: [=== ] 26.2% (used 85756 bytes from 327680 bytes)
; Flash: [==========] 100.0% (used 1572553 bytes from 1572864 bytes)
board_build.partitions = tools/WLED_ESP32_4MB_256KB_FS.csv
; RAM: [=== ] 26.3% (used 86172 bytes from 327680 bytes)
; Flash: [========= ] 85.0% (used 1615569 bytes from 1900544 bytes)
;; standard framework build for 16MB flash, optimized for speed
[env:esp32_16MB_S]