-
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
Changing Wi-fi Credentials if Wi-fi pre-stored wi-fi not found #986
Comments
That is literally the whole point of the library and what it already does. |
@tablatronix Sorry, I was searching for how to do the above things and I didn't find any examples regarding it. I saw an example that says once we have added credentials through the GUI to change it we have to re-run code with empty creds. And there were some other things. Therefore I posted this here. If by any chance you have examples to do all of the above things Please share with me. |
There are plenty of examples included and readme here on github, autoconnect() automatically starts the webportal if connect fails. |
@tablatronix Thanks I will search and try it. I saw the last commit on this repo in examples was 2years ago and also were of max 5 years so I assumed it is not updated and all. It was my mistake. I will start digging and working now. Thanks again. |
They still work, also the newest code is in development branch, but it is only alpha |
Hi,
As I was searching for the solution to store multiple Wi-Fi credentials, so I can store different locations.
I found this issue #166
It says we cannot use this library and If we want we can hardcode or create a code like that which can store multiple credentials.
But I think there should be a feature in this library which lets the device ask for new SSID if the old SSID Wi-Fi connection not found. Like there should be an option.
Wi-Fi credentials should be stored in the EEPROM memory and can be accessed. There should also be an option for removing all credentials from the memory using the web GUI.
If the above one is already implemented please do let me know. I know it will be very difficult to implement and get it to work. But it will be a lot help.
The text was updated successfully, but these errors were encountered: