Euan Rochester

Results 6 issues of Euan Rochester

For some reason `cargo script --dep rand --dep rand_derive -e '1+2'` will cause one of cargo-script's children to hang on my system (using process explorer I can see 0 cpu...

As has been done in tokio-io with `Encoder` and `Decoder`

0.2-cleanup

I'm somewhat assuming that the most likely way to get https on the esp32 is AsyncWebserver (Whenever they actually implement SSL for the esp32 port of ESPAsyncTCP). This doesn't seem...

This should fix the water temp sensor giving spurious readings of -127C (indicating disconnected). Note this is probably the same root cause as in [my comment on the DHT issue](https://github.com/hamishcunningham/fishy-wifi/issues/15#issuecomment-348940686),...

Use SSL in joinme to secure AP credentials. Looks like this will require switching from ESPWebServer to [ESPWebServerAsync](https://github.com/me-no-dev/ESPAsyncWebServer) as ESPWebServer has no SSL capabilities. A big question is how to...

enhancement
waterelf32

Implement captive portal in joinme, and use joinme in the main waterelf32 sketch. A decent portion of the required code appears to already be in place, but large chunks of...

waterelf32