mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-21 17:40:54 +00:00
Update ESPUI.cpp
This commit is contained in:
parent
a53124de42
commit
b47d595194
@ -788,6 +788,8 @@ void ESPUIClass::updateControl(Control* control, int clientId)
|
||||
root["panelStyle"] = control->panelStyle;
|
||||
if (control->elementStyle.length())
|
||||
root["elementStyle"] = control->elementStyle;
|
||||
if (control->inputType.length())
|
||||
root["inputType"] = control->inputType;
|
||||
serializeJson(document, json);
|
||||
|
||||
#if defined(DEBUG_ESPUI)
|
||||
|
Loading…
Reference in New Issue
Block a user