feat: Add web server example for ESP devices, update version#269
Conversation
|
@RobTillaart What are your thoughts, should we add this? |
|
If it works I think it is a very nice starting point for people wanting to build such a thing. It might need a note (disclaimer) that support for the example is limited to the library part. |
That's a good point. At least it'll be easily searchable if it's also in a blog format.
You're right. I've now added a README.md file which explicitly states this is a demonstration of how the library can be used. If support is required for the sketch, then head over to the Arduino forum (mind you I could be a bit more explicit as I doubt the Arduino developers really want to be offering advice for webapps) |
|
I'll go ahead and merge this for now. If anyone has any further comments feel free to raise an issue or PR |
feat(ui): add TailwindCSS & chart-based dashboard
docs(setup): add instructions for WiFi, interval, and history
fix(tooltip): show human-readable time in chart hover
refactor(memory): reduce history length & poll interval
chore(footer): pin footer & add MIT license link