Update ESPUI.cpp

This commit is contained in:
pcbbc 2022-05-23 00:06:42 +01:00
parent a53124de42
commit b47d595194
1 changed files with 2 additions and 0 deletions

View File

@ -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)