mirror of
https://github.com/s00500/ESPUI.git
synced 2025-06-10 16:10:41 +00:00
Update ESPUI.cpp
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user