DrRandom
DrRandom
What version of ESPAsnycWebserver are you migrating from? Because it just got a massive rework from @mathieucarbou and @me_no_dev and it is better than ever. I recommend to not migrate...
I have implemented https and I do not recommend it. It is slow and unreliable but yes I can help you with that. As soon as iam at my desk...
## This is for Psychic V2 ```cpp server.on("/", HTTP_GET, [](PsychicRequest *req, PsychicResponse *res) { PsychicFileResponse response( res, // The PsychicResponse object LittleFS, // Preferred FS like SPIFFS or LitleFS "pathToYourFile",...
Are you on V2?
Sorry, there is a V2 branch which is not published. https://github.com/hoeken/PsychicHttp/tree/v2-dev
You can optimise it but it will be slow and the errors will not go away. :D i have tried optimising the hell out of it but eventually dropped the...
Glad it works hovewer!
Even with psram enabled, mbedtls needs internal ram for some things so the browser will repeat a couple of requests on each page load because the esp fails to allocate...
And it is not implementation or library problem. It's just too much for the esp to use it in prod. Ram is limited in both space and speed. If you...
In an internal network, even webservers written for a raspberry pi will use regular http.