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

Bug fix for https://github.com/zhouhan0126/WIFIMANAGER-ESP32/issues/1… #3

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

LaurentLouf
Copy link

… : disconnect the AP before trying to connect in STA mode.

Well that's pretty much self-explanatory : I investigated a bit and found quite strange that before trying to connect to an AP we don't turn off the AP created by WiFiManager. @zhouhan0126 I also created a fork of arduino-esp32 that fixes a problem with DNS Server (which is now integrated in the repository) and with both forks, I have a working WiFiManager (self portal works great and it connects to the AP when saving the credentials).

@LaurentLouf
Copy link
Author

I've added some commits that add some possibilities : add labels to the form when adding parameters, get parameters from the WiFiManager object and most importantly fix a tiny bug, especially annoying for parameters of length 1 since the store operation did not take into account the extra-byte necessary for the null character at the end of the string.

…the store operation did not take into account the extra-byte for the end of string character.
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

Successfully merging this pull request may close these issues.

1 participant