mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 17:15:53 +03:00
[GH-ISSUE #623] DEV parameters do not work after startconfigportal #520
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#520
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tablatronix on GitHub (Jun 17, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/623
For some reason parameters do not work if starting config portal out of scope of addparameters.
The params object seems to be missing data, or not referenced the same for some reason.
for example, value is corrupt, name is corrupt, label placement is null, and lenth is 1047 or whatever
I removed the parameter deconstuctor and it still does it. Not sure whats going on.
@tablatronix commented on GitHub (Jun 17, 2018):
oh duh, because the param object is out of scope, I really hate the way this works, should not use refs in addparameter.
@tablatronix commented on GitHub (Jun 17, 2018):
using static or global WiFiManagerParameter for now, but then user has to clean up..