-
Notifications
You must be signed in to change notification settings - Fork 140
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
Support a list of wifi networks #87
Comments
I already started implementing that, will create a PR once I am finished |
I may replace the internal WiFI handling completly with the new EspSimpleWifiHandler from https://github.com/plapointe6/EspSimpleWifiHandler I like the idea of more than one wifi config. I will take a look into this. I think that something already exists to handle this (WifiMulti). |
i would love to see that feature too. |
What is the status of this feature? Is it already implemented or still in development? I would also like this feature. I mean i am moving my device between 4 different locations(wifis). |
I started the implementation, but now have switched to esphome and have no interest anymore the finish the implementation. esphome can handle multiple wifis. |
Instead of providing one ssid password combination, it would be cool if you could provide a list of combinations. For example for my testing network and for the "production" location. Currently you always have to upload a new sketch every time you switch the location.
But cool project, simplifies my code a lot!
The text was updated successfully, but these errors were encountered: