I am getting this error while uploading the code to the 8266 card. What is the solution ?
Welcome to the forum
Please follow the advice given in the link below when posting code, in particular the section entitled 'Posting code and common code problems'
Use code tags (the </> icon above the compose window) to make it easier to read and copy for examination
What makes you think that you have an error ?
." Variables and constants in RAM (global, static), used 31384 / 80192 bytes (39%)
║ SEGMENT BYTES DESCRIPTION
╠══ DATA 1616 initialized variables
╠══ RODATA 3200 constants
╚══ BSS 26568 zeroed variables
. Instruction RAM (IRAM_ATTR, ICACHE_RAM_ATTR), used 61287 / 65536 bytes (93%)
║ SEGMENT BYTES DESCRIPTION
╠══ ICACHE 32768 reserved space for flash instruction cache
╚══ IRAM 28519 code in IRAM
. Code in flash (default, ICACHE_FLASH_ATTR), used 363440 / 1048576 bytes (34%)
║ SEGMENT BYTES DESCRIPTION
╚══ IROM 363440 code in flash "
That is not an error, rather it is information about how memory is being used by your sketch
I assume that after upload your sketch does not do what you want. What should it do and what does it do ?
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.