Jonathan Diamond
Jonathan Diamond
Hmm, I hit a similar issue when I was trying to fill in additional classes to one of the skins I downloaded off the gallery. Here's my reproduction process. in...
I also have the same problem importing then exporting the skin on https://ray3k.wordpress.com/neutralizer-ui-skin-for-visui
Thanks for the clarification!
I actually built this out a bit with a full example of how I'd be using it: https://github.com/axlan/extended-wifimanager
> This feature is not needed due to non blocking mode already existing, ondemand webportal existing, and this would only work on enableconfigportal and autoconnect failure. So I do not...
I'm using the master commit: `810f144` It looks like the main issue (clearing the credentials on an empty save) is fixed. The configuration portal still closes on connection, which is...
Sorry, the PR pulled in further changes I made to that branch for my own application. I created a new issue for the other bug I found, and I'll close...
Sure, though I don't think autoconnect is the issue here. It's still an issue with this example: ```cpp #include // https://github.com/tzapu/WiFiManager WiFiManager wm; void setup() { WiFi.mode(WIFI_STA); // explicitly set...
No, I want the webserver running all the time regardless of the Wifi status or changes to the Wifi. That way I can always access the settings and update the...
My application has a screen that indicates how you should connect to it, so it's obvious to the user which to use.