[GH-ISSUE #301] Missing id/name #251

Closed
opened 2026-02-28 01:24:19 +03:00 by kerem · 1 comment
Owner

Originally created by @kolesar007 on GitHub (Jan 30, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/301

I try your Wifi manager and works great. I had just one issue with missing id/name under input fields on configuration page. Altrough I have set it WiFiManagerParameter .

WiFiManagerParameter p_boardName("boardName", "boardName", config.boardName, x);

wifimanager_issue

Originally created by @kolesar007 on GitHub (Jan 30, 2017). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/301 I try your Wifi manager and works great. I had just one issue with missing id/name under input fields on configuration page. Altrough I have set it WiFiManagerParameter . WiFiManagerParameter p_boardName("boardName", "boardName", config.boardName, x); ![wifimanager_issue](https://cloud.githubusercontent.com/assets/17949018/22412161/a95727bc-e6ab-11e6-83d2-c2a7e7dbe398.png)
kerem closed this issue 2026-02-28 01:24:20 +03:00
Author
Owner

@xlinbsd commented on GitHub (Feb 28, 2017):

Hello,
Did you add the parameter after your declaration ?
wifiManager.addParameter(&p_boardName);

<!-- gh-comment-id:283184826 --> @xlinbsd commented on GitHub (Feb 28, 2017): Hello, Did you add the parameter after your declaration ? `wifiManager.addParameter(&p_boardName);`
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#251
No description provided.