Open doniks opened 3 months ago
As far as I can see, right now we're using a blocking call wifiManager.autoConnect()
instead we should rather attempt to connect in a non-blocking way similar to this: https://github.com/tzapu/WiFiManager/tree/master/examples/NonBlocking
and make sure that output is only enabled if that has previously been configured (I think that's the case anyway)
SA blocks during boot when the previously configured wifi is not available. This is rather inconvenient. I'd rather have it: