[GH-ISSUE #260] what is the Maximum String Length of any custom Parameter #214

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

Originally created by @mmr066 on GitHub (Dec 11, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/260

could anybody tell me what is the maximum String Length of a custom parameter can be coz in my device i have to enter a long URL which is more than 100 character long

Originally created by @mmr066 on GitHub (Dec 11, 2016). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/260 could anybody tell me what is the maximum String Length of a custom parameter can be coz in my device i have to enter a long URL which is more than 100 character long
kerem closed this issue 2026-02-28 01:24:08 +03:00
Author
Owner

@cosmocracy commented on GitHub (Dec 20, 2016):

From my quick analysis of the code, it looks like parameters can be any arbitrary length. Most of the constructors for WiFiManagerParameter take a length parameter that specifies the maximum. See the WiFiManagerParameter class within WiFiManager.h

<!-- gh-comment-id:268141644 --> @cosmocracy commented on GitHub (Dec 20, 2016): From my quick analysis of the code, it looks like parameters can be any arbitrary length. Most of the constructors for ```WiFiManagerParameter``` take a ```length``` parameter that specifies the maximum. See the ```WiFiManagerParameter``` class within [WiFiManager.h](https://github.com/tzapu/WiFiManager/blob/master/WiFiManager.h)
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#214
No description provided.