Replies: 2 comments 2 replies
-
Thanks if your variables exceed MAX_PARAMS increase this value in class header configAssist.h "designed as a library" meaning with a .h and a .cpp ? I use visual studio code and it is more easy but it easy to implement.. |
Beta Was this translation helpful? Give feedback.
-
Finaly converted ConfigAssist to an arduino library.. If you want to remove .ini files and recreate them press the ''Defaults'' button on /cfg page To make drop-down dynamic see how can be done (dynamic list of wifi scan) configAssistPMem.h async function getWifiScan(){ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is exactly what I need. My application has around 70 parameters to set. I use mostly dropdowns, a few ranges, and a couple text fields. I'll replace my crude attempt to do this, with ConfigAssist.
I would have preferred that it was designed as a library with many of the functions in the .ino incorporated, but this will work as is. The application configuration dictionary will of course, be moved to a separate, .h file.
Thanks for this.
Beta Was this translation helpful? Give feedback.
All reactions