Skip to content

Commit

Permalink
Merge pull request #110 from MoonModules/XL-build
Browse files Browse the repository at this point in the history
Swap partitions so we actually have space for the code
  • Loading branch information
netmindz authored Jan 17, 2024
2 parents ae059cf + f660d6b commit 731f8ef
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 731f8ef

Please sign in to comment.