Disable Particle System on flash limited systems
This commit is contained in:
@@ -1610,6 +1610,7 @@ build_flags = ${esp32_4MB_V4_S_base.esp32_build_flags}
|
||||
; -D SR_DEBUG
|
||||
; -D MIC_LOGGER
|
||||
${common_mm.HUB75_build_flags}
|
||||
-D WLED_DISABLE_PARTICLESYSTEM1D ;; exceeds flash size limit
|
||||
lib_deps = ${esp32_4MB_V4_S_base.esp32_lib_deps}
|
||||
${common_mm.HUB75_lib_deps}
|
||||
lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation
|
||||
@@ -2221,6 +2222,8 @@ build_flags = ${common.build_flags} ${esp32s3.build_flags} -Wno-misleading-inden
|
||||
; -D WLED_DEBUG
|
||||
; -D SR_DEBUG
|
||||
; -D MIC_LOGGER
|
||||
-D WLED_DISABLE_PARTICLESYSTEM1D ;; exceeds flash size limit
|
||||
-D WLED_DISABLE_PARTICLESYSTEM2D ;; exceeds flash size limit
|
||||
lib_deps = ${esp32s3.lib_deps} ${common_mm.lib_deps_S} ${common_mm.lib_deps_V4_M}
|
||||
lib_ignore =
|
||||
IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation
|
||||
|
||||
Reference in New Issue
Block a user