Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WiFiManager doesn't start the SoftAP if its not detecting the saved WiFi #49

Open
dicamarques14 opened this issue Jul 12, 2023 · 0 comments

Comments

@dicamarques14
Copy link

I'm having some problems dealing with this library, because it takes control of the WiFiManager lib.

I really like to be myself to handle the wifi/networking stuff.

I sometimes take my device to a new location, and I want it to "forget" the last network. Yes I know about the "clean_credentials()" function, but that would need to have some logic or add a "reset wifi" physical button.

On my projects that I use the wifimanager I let the lib handle all the wifi settings, and I sometimes even add the physical button to toggle the .startConfigPortal (turns on AP and starts the http server) or the .startWebPortal(keeps connected to the current AP and starts the http server)

If this is to complicated to handle, maybe expose the WiFiManager variable to the outside, so the user can do what he wants with the wifiManager library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant