Byron Johnson
Byron Johnson
Any updates here?
Take a look at this one https://github.com/marian-craciunescu/ESP32Ping it was forked from this library and works almost the same.
Has this been observed on other clients other than iPhone?
I merged the latest master with my version and am still seeing similar issues. Where can I look to try to understand this better? There seem to be two related...
I forked it just because I'm not a good enough programmer to make everything elegant so I hack my way through my forked copy making WM work to suit my...
As further troubleshooting, here is my code and output. I had the problem when using getParamsOut() before, then I removed the params altogether to embed my HTML config directly into...
I think changing it to chunked response solved the problem!
I don't think it's a limit at the packet level, but rather a memory limit when trying to concat large strings when building the response string with a lot of...
ESP8266Webserver... What compile errors are you getting? Has the master changed webservers?
I see that now. I'll look into how to reconcile that for ESP32 as well and then push that.