-
Notifications
You must be signed in to change notification settings - Fork 29
WiFi_portal.ino content of Preferences.h #3
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
Comments
Preferences.h is a default library from Arduino ESP32 core. You can have it updating your core version to the last: https://github.com/espressif/arduino-esp32/blob/master/doc/windows.md#how-to-update-to-the-latest-code The contend inside it will be your ssid and password after you open the portal and insert it into |
Dear frient, WiFi_portal.ino:122: error: 'wifiSSID' was not declared in this scope WiFi.begin(wifiSSID.c_str(), wifiPassword.c_str());
WiFi_portal.ino:122: error: 'wifiPassword' was not declared in this scope WiFi.begin(wifiSSID.c_str(), wifiPassword.c_str());
Multiple libraries were found for "WiFi.h" Does make any sense to you? |
I can confirm this bug |
Yes, the above version can be complied without any problem. |
Fixed! |
Dear Sir,
I am looking at your fine WiFi_portal.ino example, but I am not sure what should the content for Preferences.h
Can you give me an example?
Thanks and Best Regards,
Mike Kranidis
The text was updated successfully, but these errors were encountered: