DrRandom

Results 185 comments of DrRandom

Wss is working. Iam doing that with the official esp websocket client implementation. As wss server, i dont know. In theory it would be more lightweight since it have to...

Well, idk. I think it requires you to return an esp_err type. Don't remember the cb. Will check it.

> on my case specifically, I'm trying to develop a web application which is PWA that allow controlling robot with gamepad,... (a.k.a FtcRobotController but for ESP32). To make them "installable",...

Iam about to write my own driver because the idf driver has a lot of flaws. I need dma and proper interrupt handling. With the queue based approach the esp...