Hello everyone!
I need help with my webserver: sometimes it won't show the images. I'm sending attached my codes and some screenshots showing that sometimes the browser load correctly all the images and sometimes it will show none. Some days ago there were times that the images loaded halfway and showed gray pixels.
I believe that it has something to do with SRAM usage. Before I was having some problems with my code and everything solved when I used the F() macro: client.println(F("Content-Type: text/html"));
This time I uploaded the images into the html code using Base64 hoping that it would decrease SRAM usage. But it didn't work either...
Has somebody got this problem before? Is it really the SRAM usage? What else may be causing this problem? Why sometimes it loads all the images correctly?
PS: all other functions such as input, output and logic stuff are working correctly.
Thank you very much for your help! Best regards,
Testes_V0_03.zip (286 KB)