ESP8266 compilation error - Executable segment sizes

Hi. When verifying the code for ESP8266 I get the error code below.
Anyone who could help?
(Using the NodeMCU on a Windows 10 Laptop)


Executable segment sizes:

IROM : 248720 - code in flash (default or ICACHE_FLASH_ATTR)

IRAM : 28240 / 32768 - code in IRAM (ICACHE_RAM_ATTR, ISRs...)

DATA : 1316 ) - initialized variables (global, static) in RAM/HEAP

RODATA : 2252 ) / 81920 - constants (global, static) in RAM/HEAP

BSS : 26152 ) - zeroed variables (global, static) in RAM/HEAP

1 Like