Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By egper
#66583 Hello everyone.

I have experienced a small web page hosted on the ESP8266 12E as a web server and it works perfectly, but I need it to serve a complex web page of more than 10KB. The 4MB of flash memory stores the html file without any problems but there is no way to send more than 1KB to net.socket:send().
I need to be able to send in several blocks.
How can I fix the problem?

Thank you very much.