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

Added password option to AP wifiManager.autoConnect("apname","password") #23

Merged
merged 2 commits into from
Dec 19, 2015

Conversation

j0hnlittle
Copy link
Contributor

As per #1141, this will only work with the 2.0 esp8266 arduino libraries or current github.

Cheers,
John

@tzapu
Copy link
Owner

tzapu commented Dec 17, 2015

hi, very very nice,
will test and merge asap
cheers

@j0hnlittle
Copy link
Contributor Author

Hi tzapu,

I tested the code with your AutoConnect.ino example. I changed your autoConnect line to

wifiManager.autoConnect("AutoConnectAP","1234");

...and the example worked as expected.

I had an issue using the pre-2.0 staging version of the esp libraries, in that my password was always rejected. It's working now with a GitHub build, and should work with 2.0. It will be nice to have confirmation of that at your end though.

Cheers,
John

tzapu added a commit that referenced this pull request Dec 19, 2015
Added password option to AP wifiManager.autoConnect("apname","password")
thank you j0hnlittle
@tzapu tzapu merged commit 4199017 into tzapu:master Dec 19, 2015
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.

2 participants