1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-07-04 21:30:19 +00:00
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
This commit is contained in:
2020-08-26 22:00:20 +02:00
parent 6506f6fe1c
commit cda1a573d6
2 changed files with 6 additions and 7 deletions

View File

@ -256,7 +256,7 @@ public:
const char *ui_title = "ESPUI"; // Store UI Title and Header Name
Control *controls = nullptr;
void jsonReload();
void jsonDom(AsyncWebSocketClient *client);
void jsonDom(AsyncWebSocketClient *client = nullptr);
Verbosity verbosity;