-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Storing multiple accounts #27
Comments
Wifimanager is to simplify the settings. Currently it stores the data in an area outside the EEPROM. |
I adding const char* aNets[][2] to try connect in a list of nets. @tzapu can you check this? |
i did, i need to think on it a bit more, the patch looks ok so @lunanigra could use it directly for now thanks |
Happy New Year :-) Did you have a chance thinking a bit more about multiple account? Or merge the changes into your master? |
happy new year, |
this has not been forgotten, i will add it once i m satisfied WiFiManager itself is rock solid |
Just a ping about this. I'd find this really useful feature. |
Yes, multiple SSID's would be good. Here is a suggestion on how to do it. #166 (comment) |
Yes! That would be a cool feature indeed! |
Has this feature been implemented ? |
No it requires storing data somewhere |
It's more an enhancement than an issue ;-)
Currently the latest network is stored in EEPROM. Would it be possible to store up to 3-4 network credentials.?
The idea is that the WifiManager can then loop thru all credentials. Would be cool when moving between some networks, e.g. use an EPS8266 at home and in company as well.
Thanks, JC
The text was updated successfully, but these errors were encountered: