You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
tablatronix
changed the title
Allow constructor to specify max parameters
use malloc/free for WiFiManagerParameter* array instead of hard coding
Feb 21, 2018
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.
The text was updated successfully, but these errors were encountered: