[GH-ISSUE #498] abstract all parameter support #415

Open
opened 2026-02-28 01:25:11 +03:00 by kerem · 0 comments
Owner

Originally created by @tablatronix on GitHub (Jan 30, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/498

move parameters vars to parameter class

// WiFiManagerParameter
int         _paramsCount          = 0;
int         _max_params;
WiFiManagerParameter** _params;

move setup and teardown to class de/constructor

add getters for _params, etc.

Originally created by @tablatronix on GitHub (Jan 30, 2018). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/498 move parameters vars to parameter class // WiFiManagerParameter int _paramsCount = 0; int _max_params; WiFiManagerParameter** _params; move setup and teardown to class de/constructor add getters for _params, etc.
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#415
No description provided.