Hello,
I want to know if it's possible to see SRAM used by a program.
In arduino I see "Binary sketch size: 25,414 bytes (of a 32,256 byte maximum)" for FLASH but is there equivalent for SRAM
because I have a program which is compiled but it don't works and when I delete some code like "client.println("");" it works.
And I don't know if html text is stored in SRAM.