esp32_4MB_V4_M: stay below 100% flash usage

This commit is contained in:
Frank
2023-04-15 01:11:25 +02:00
parent 322ab9c552
commit 244a6137d2

View File

@@ -1243,8 +1243,8 @@ build_flags = ${esp32_4MB_V4_M_base.build_flags}
; RAM: [== ] 24.7% (used 81076 bytes from 327680 bytes)
; Flash: [==========] 95.8% (used 1506893 bytes from 1572864 bytes)
;-D WLED_DISABLE_MQTT ; RAM 216 bytes; FLASH 16496 bytes
;-D WLED_DISABLE_INFRARED ;RAM 136 bytes; FLASH 24492 bytes
;lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation
-D WLED_DISABLE_INFRARED ;RAM 136 bytes; FLASH 24492 bytes ;; softhack007 disabled to stay below 100% flash size
lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation
; compiled with ESP-IDF 4.4.1
[env:esp32_16MB_V4_M]