[GH-ISSUE #624] HELP! SET AP Password wrong both in autoConnect() and startConfigPortal() #521

Closed
opened 2026-02-28 01:25:41 +03:00 by kerem · 2 comments
Owner

Originally created by @ideaChenGo on GitHub (Jun 18, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/624

SET AP Password wrong both in autoConnect() and startConfigPortal()
char ESPAP_PASSWORD[10] = "pass";
wifiManager.autoConnect("AutoConnectAP",ESPAP_PASSWORD);

Serial output
*WM: AutoConnect
*WM: Connecting as wifi client...
*WM: No saved credentials, skipping wifi
*WM: Connection result: WL_NO_SSID_AVAIL
*WM: AutoConnect: FAILED
*WM: AccessPoint set password is INVALID
#130 has some question

Originally created by @ideaChenGo on GitHub (Jun 18, 2018). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/624 SET AP Password wrong both in autoConnect() and startConfigPortal() char ESPAP_PASSWORD[10] = "pass"; wifiManager.autoConnect("AutoConnectAP",ESPAP_PASSWORD); Serial output *WM: AutoConnect *WM: Connecting as wifi client... *WM: No saved credentials, skipping wifi *WM: Connection result: WL_NO_SSID_AVAIL *WM: AutoConnect: FAILED *WM: AccessPoint set password is INVALID #130 has some question
kerem closed this issue 2026-02-28 01:25:41 +03:00
Author
Owner

@tablatronix commented on GitHub (Jul 20, 2018):

password must be 8 chars long

<!-- gh-comment-id:406730238 --> @tablatronix commented on GitHub (Jul 20, 2018): password must be 8 chars long
Author
Owner

@tablatronix commented on GitHub (Jul 20, 2018):

cba606b846

<!-- gh-comment-id:406730593 --> @tablatronix commented on GitHub (Jul 20, 2018): cba606b84697615629040ddeb3c1260e600dfd65
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#521
No description provided.