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

How to edit the password on the config portal? #8

Answered by khoih-prog
jonogan asked this question in Q&A
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