- Notifications
You must be signed in to change notification settings - Fork37
first iteration of WiFiConnectionHandler with Dynamic SSID:PASS pair#62
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
CLAassistant commentedMay 22, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@aentinger It now appears to be aligned, please take a look and let me know if you want me to make changes u. |
This PR adds a class which supports instantiation without SSID and PASS in order to dynamically set them at later time using
setWiFiCredentials(String, String)
.This allows a machine to get their WiFi credentials passed in at startup time via means of storage, effectively removing such credentials from the firmware.