You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
why does wifimanager not set the flag for saving the config internally? it would be much easier if we could do, after the autoconnect, if (wifiManager.configChanged()) { do stuff }
via @skorokithakis
The text was updated successfully, but these errors were encountered:
This was one of the first things I ran into when I started using WiFiManager. I concur, it would be a lot more handy if the callbacks were simply replaced with flags.
why does wifimanager not set the flag for saving the config internally? it would be much easier if we could do, after the autoconnect, if (wifiManager.configChanged()) { do stuff }
via @skorokithakis
The text was updated successfully, but these errors were encountered: