From 244a6137d23f0795af3c9809b28171a2c5e194b4 Mon Sep 17 00:00:00 2001 From: Frank Date: Sat, 15 Apr 2023 01:11:25 +0200 Subject: [PATCH] esp32_4MB_V4_M: stay below 100% flash usage --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 9bd9212c..b6dedeaf 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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]