Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use malloc/free for WiFiManagerParameter* array instead of hard coding #389

Closed
liebman opened this issue Jul 19, 2017 · 0 comments
Closed
Labels
enhancement Feature Request
Milestone

Comments

@liebman
Copy link
Contributor

liebman commented Jul 19, 2017

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.

@tablatronix tablatronix added the enhancement Feature Request label Aug 26, 2017
@tablatronix tablatronix added this to the dev milestone Aug 30, 2017
@tablatronix tablatronix changed the title Allow constructor to specify max parameters use malloc/free for WiFiManagerParameter* array instead of hard coding Feb 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature Request
Projects
None yet
Development

No branches or pull requests

2 participants