mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #861] Refactor: WiFiManagerParameter remove id #726
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#726
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 @dontsovcmc on GitHub (Mar 31, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/861
Why user needs to know Parameter id?
You can hidden generate them as 'p1', 'p2' and parse by server.
@tablatronix commented on GitHub (Mar 31, 2019):
This is somewhat implemented already using token capital I instead, obviously a param constructor without id needs to be added, not really a major issue and user might need to know which param before hand, making it optional would be nice and simplify params. I started saying the same thing in another issue, too many arguments to just add params and constructors are confusing, cant find it
@tablatronix commented on GitHub (Mar 31, 2019):
#419
@dontsovcmc commented on GitHub (Mar 31, 2019):
I can't image a task where user uses a parameter id. Yeah, minor issuu.
@tablatronix commented on GitHub (Mar 31, 2019):
Javascript for one
@dontsovcmc commented on GitHub (Apr 1, 2019):
wow. 0.1% users?
.setId(const char*)for them.