mirror of
https://github.com/s00500/ESPUI.git
synced 2025-07-04 21:30:19 +00:00
fix
This commit is contained in:
@ -873,7 +873,7 @@ Control* ESPUIClass::getControlNoLock(uint16_t id)
|
|||||||
|
|
||||||
void ESPUIClass::updateControl(Control* control, int)
|
void ESPUIClass::updateControl(Control* control, int)
|
||||||
{
|
{
|
||||||
if (!control)
|
if (!control || !ws)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user