ESP32 hangs on large string
Posted: Tue Aug 28, 2018 11:03 am
Hello.
I need a ESP as a web server which provide pages which is build dynamically.
Anyway it turns out that it hangs when it need to create a large strings ( as a html content and tags ).
I have initially tied with WiFiServer, but it turns out that it hangs out by reason unknown, next I've tried with WebServer.h but it is having now problems with the large strings which i am building, and there seems like is no direct way to put portions in the client with it.
Please advice. Any help or redirecting to something more stable will be in great help.
I need a ESP as a web server which provide pages which is build dynamically.
Anyway it turns out that it hangs when it need to create a large strings ( as a html content and tags ).
I have initially tied with WiFiServer, but it turns out that it hangs out by reason unknown, next I've tried with WebServer.h but it is having now problems with the large strings which i am building, and there seems like is no direct way to put portions in the client with it.
Please advice. Any help or redirecting to something more stable will be in great help.