esp32_4MB_PSRAM_M disable Infrared to stay < 100%

This commit is contained in:
Ewoud
2023-03-08 14:18:41 +01:00
parent 3fe96a99ad
commit 63d8104974

View File

@@ -1209,7 +1209,9 @@ build_flags = ${esp32_4MB_V4_M_base.build_flags}
-D WLED_DISABLE_HUESYNC ;RAM 122 bytes; FLASH 6308 bytes -D WLED_DISABLE_HUESYNC ;RAM 122 bytes; FLASH 6308 bytes
; RAM: [== ] 24.7% (used 80948 bytes from 327680 bytes) ; RAM: [== ] 24.7% (used 80948 bytes from 327680 bytes)
; Flash: [==========] 97.4% (used 1532485 bytes from 1572864 bytes) ; Flash: [==========] 97.4% (used 1532485 bytes from 1572864 bytes)
;-D WLED_DISABLE_INFRARED ;RAM 136 bytes; FLASH 24492 bytes -D WLED_DISABLE_INFRARED ;RAM 136 bytes; FLASH 24492 bytes ewowi: disabled to stay below 100%
; RAM: [== ] 24.7% (used 81000 bytes from 327680 bytes)
; Flash: [==========] 98.6% (used 1550569 bytes from 1572864 bytes)
; -D WLED_ENABLE_DMX ; -D WLED_ENABLE_DMX
; -D WLED_DEBUG ; -D WLED_DEBUG
; -D SR_DEBUG ; -D SR_DEBUG
@@ -1312,8 +1314,8 @@ build_flags = ${common.build_flags} ${esp32s2.build_flags}
lib_deps = ${env.lib_deps} ${esp32s2.lib_deps} ${common_mm.lib_deps_S} ${common_mm.lib_deps_V4_M} lib_deps = ${env.lib_deps} ${esp32s2.lib_deps} ${common_mm.lib_deps_S} ${common_mm.lib_deps_V4_M}
lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation
monitor_filters = esp32_exception_decoder monitor_filters = esp32_exception_decoder
; RAM: [=== ] 25.6% (used 83892 bytes from 327680 bytes) ; RAM: [=== ] 25.6% (used 83972 bytes from 327680 bytes)
; Flash: [==========] 99.1% (used 1429110 bytes from 1441792 bytes) ; Flash: [==========] 99.6% (used 1436038 bytes from 1441792 bytes)
;; MM max environment for ESP32-C3 -> 4MB flash, no PSRAM ;; MM max environment for ESP32-C3 -> 4MB flash, no PSRAM
;; to ewowi - i'll optimize this entry later ;-) really, I mean ;; to ewowi - i'll optimize this entry later ;-) really, I mean