rjwats

Results 62 comments of rjwats

Yes, this is multicast DNS - "mDNS". I think another user had commented that the ".home" extension works on the ESP32 and ESP8266 where ".local" only works on the ESP8266....

@kasedy I'm going to start working on this - it sounds fun. Let me know if you had any particular things on your wishlist that I havent mentioned above. I'm...

Thanks @kasedy

Having a play around with this, with some progress. Bear in mind it's a rough draft. I've been looking at logging over WebSockets and EventSources and I have some suff...

Thx for the example Proddy, does the strdup need a free in your example (i'm never sure)? My plan was to wait for the IDF 4.2 release of arduino-esp32 before...

Sounds good to me On Sat, 20 Mar 2021, 23:05 Raomin, ***@***.***> wrote: > Hello @rjwats , > > I wanted to suggest to add some cache on all serveStatic...

@raomin I'll get to this this weekend, it's a sensible suggestion. Do we think it's worth omitting index.html from the cache though? Otherwise after a deployment you will be forced...

Thx. Yes, this is a missing feature - will get this implement this week.

PR needs a review and a tidyup tomorrow. Looks decent though: ![image](https://user-images.githubusercontent.com/1330772/84716836-2593e680-af6c-11ea-842e-d5e612fd1869.png) ![image](https://user-images.githubusercontent.com/1330772/84716896-4c521d00-af6c-11ea-9fbd-a2974398c9ea.png)

NB - using browser "datetime-local" editor support rather than the MUI pickers to save space on the device. This is also up for review but i think the [MUI date...