Skip to content

Adds option to use generated AP name but with password#128

Closed
javl wants to merge 3 commits intotzapu:masterfrom
javl:master
Closed

Adds option to use generated AP name but with password#128
javl wants to merge 3 commits intotzapu:masterfrom
javl:master

Conversation

@javl
Copy link
Copy Markdown

@javl javl commented Mar 20, 2016

This update allows you to use a generated AP name, but also set a password.
wifiManager.ssidFromId() returns the generated AP name, so you can use it in the original autoConnect() functions:

// use generated AP name, no password (as before)
wifiManager.autoConnect();
// Use a generated AP name, but also a password
wifiManager.autoConnect(wifiManager.ssidFromId(), "AP-PASSWORD");

@javl
Copy link
Copy Markdown
Author

javl commented Mar 20, 2016

Closing this pull request as I need to test it first; resulted in a weird AP name

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