Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
Discussion options

You must be logged in to vote

Use the following function in your code

void setConfigPortal(const String& ssid = "", const String& pass = "")
{
portal_ssid = ssid;
portal_pass = pass;
}

before

WiFiManager->begin(HOST_NAME);

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jonogan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants