[GH-ISSUE #389] use malloc/free for WiFiManagerParameter* array instead of hard coding #325

Closed
opened 2026-02-28 01:24:47 +03:00 by kerem · 0 comments
Owner

Originally created by @liebman on GitHub (Jul 19, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/389

Implemented in #374 - this uses malloc() in the constructor and free() in the destructor. Default value is still 10 so it is backwards compatible. This way the library can be used out of the box in places where there are more than 10 parameters being used.

Originally created by @liebman on GitHub (Jul 19, 2017). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/389 Implemented in #374 - this uses malloc() in the constructor and free() in the destructor. Default value is still 10 so it is backwards compatible. This way the library can be used out of the box in places where there are more than 10 parameters being used.
kerem 2026-02-28 01:24:47 +03:00
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#325
No description provided.