Skip to content

Commit f183977

Browse files
authored
esp32_4MB_XL is over the limits again
removed usermod SN photoresistor
1 parent b6a7474 commit f183977

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

platformio.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,11 +1185,16 @@ build_flags = ${esp32_4MB_M_base.build_flags}
11851185
extends = esp32_4MB_XL_base
11861186
build_flags = ${esp32_4MB_XL_base.build_flags}
11871187
-D WLED_RELEASE_NAME=esp32_4MB_XL
1188+
;-D WLED_DISABLE_ALEXA
1189+
;-D WLED_DISABLE_HUESYNC ;; Over the limits ?
11881190
-D WLED_DISABLE_LOXONE ;; Over the limits
1191+
;-D WLED_DISABLE_MQTT
1192+
;-D WLED_DISABLE_INFRARED
11891193
-D WLEDMM_SAVE_FLASH ;; a humble attempt to save a few extra bytes
11901194
build_unflags = ${esp32_4MB_XL_base.build_unflags}
11911195
-D USERMOD_ANIMARTRIX ;; Tips our memory usage over the limit
11921196
-D USERMOD_BUZZER ;; Over the limits, and steals GPIO 32
1197+
-D USERMOD_SN_PHOTORESISTOR ;; Over the limits
11931198
-D WLEDMM_FASTPATH ;; Over the limits
11941199
; RAM: [== ] 24.4% (used 80060 bytes from 327680 bytes)
11951200
; Flash: [==========] 95.3% (used 1499037 bytes from 1572864 bytes)

0 commit comments

Comments
 (0)