make esp32_4MB_M_eth compile
was over flash size limits
This commit is contained in:
@@ -1378,8 +1378,15 @@ build_flags = ${esp32_4MB_M_base.build_flags}
|
|||||||
-D RLYPIN=-1 -D BTNPIN=-1 ;; Prevent clash
|
-D RLYPIN=-1 -D BTNPIN=-1 ;; Prevent clash
|
||||||
-D WLED_DISABLE_ESPNOW ;; ESP-NOW requires wifi, may crash with ethernet only
|
-D WLED_DISABLE_ESPNOW ;; ESP-NOW requires wifi, may crash with ethernet only
|
||||||
-D WLEDMM_SAVE_FLASH
|
-D WLEDMM_SAVE_FLASH
|
||||||
; RAM: [== ] 24.2% (used 79404 bytes from 327680 bytes)
|
;-D WLED_DISABLE_ALEXA
|
||||||
; Flash: [==========] 97.8% (used 1538025 bytes from 1572864 bytes)
|
;-D WLED_DISABLE_HUESYNC ;; Over the limits ?
|
||||||
|
;-D WLED_DISABLE_LOXONE ;; Over the limits
|
||||||
|
;-D WLED_DISABLE_MQTT
|
||||||
|
-D WLED_DISABLE_INFRARED ;; Over the limit
|
||||||
|
-D WLED_DISABLE_PARTICLESYSTEM1D ;; exceeds flash size limit
|
||||||
|
-D WLED_DISABLE_PARTICLESYSTEM2D ;; exceeds flash size limit
|
||||||
|
; RAM: [== ] 24.1% (used 78904 bytes from 327680 bytes)
|
||||||
|
; Flash: [==========] 98.5% (used 1548489 bytes from 1572864 bytes
|
||||||
|
|
||||||
[env:esp32_4MB_XL]
|
[env:esp32_4MB_XL]
|
||||||
extends = esp32_4MB_XL_base
|
extends = esp32_4MB_XL_base
|
||||||
|
|||||||
Reference in New Issue
Block a user