mirror of
https://github.com/s00500/ESPUI.git
synced 2025-02-08 19:57:06 +00:00
![Christian Riggenbach](/assets/img/avatar_default.png)
* Sourcecode reindented/reformated, added scopes to all the ifs * Linked list for holding all the controls * IDs are autogenerated, Control is now a class * generalised API for creating controls, removed a lot of redundant code * a lot of glue for the old API * check if callback exists before calling it * Instantation moved out of ESPUI.cpp, must be in the users application * verbose printing on the serial line dependent of instantation ESPUI(...) * streamlined begin(...), make authentification optional