[GH-ISSUE #628] WiFiManagerParameter related future request. #524

Open
opened 2026-02-28 01:25:42 +03:00 by kerem · 1 comment
Owner

Originally created by @rockygsm on GitHub (Jun 20, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/628

Hello
i been working from few days on project related to ESP8266 node mcu.
all work great..
only thing is
char AuthEmailChar[50]; is defined on top
WiFiManagerParameter custom_ApiKey_token("emailid", "Your Email id", AuthEmailChar, 50); wifiManager.addParameter(&custom_ApiKey_token);
and using startConfigPortal if last login is not saved or changed.
work fine first time.. but as soon i reset esp its not show value for "custom_ApiKey_token.getValue()"
its not save value like wifi password saved by manager after reset..
i have to use SPIFFS or eeprom to save it ? or is there anything i am doing wrong ?

Originally created by @rockygsm on GitHub (Jun 20, 2018). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/628 Hello i been working from few days on project related to ESP8266 node mcu. all work great.. only thing is char AuthEmailChar[50]; is defined on top ` WiFiManagerParameter custom_ApiKey_token("emailid", "Your Email id", AuthEmailChar, 50); wifiManager.addParameter(&custom_ApiKey_token);` and using startConfigPortal if last login is not saved or changed. work fine first time.. but as soon i reset esp its not show value for "custom_ApiKey_token.getValue()" its not save value like wifi password saved by manager after reset.. i have to use SPIFFS or eeprom to save it ? or is there anything i am doing wrong ?
Author
Owner

@liebman commented on GitHub (Jun 20, 2018):

You need to save your settings as its not handled by WiFIManager. See an example called 'AutoConnectWithFSParameters'.

<!-- gh-comment-id:398743627 --> @liebman commented on GitHub (Jun 20, 2018): You need to save your settings as its not handled by WiFIManager. See an example called 'AutoConnectWithFSParameters'.
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#524
No description provided.