Hacker News new | ask | show | jobs
by c22 955 days ago
I put a website into 95% of my esp32 projects, mostly to make configuration easier.
1 comments

Out of curiosity, what do you use for the server?

I've had good experiences with the HTTP Server component built into ESP-IDF. I see the example in this post uses Microdot.

I just open a socket and write text to it.