This commit is contained in:
Nikola Kirov 2024-01-03 23:02:45 +02:00
parent 0533e22c34
commit 82d0e5adc2
1 changed files with 1 additions and 1 deletions

View File

@ -873,7 +873,7 @@ Control* ESPUIClass::getControlNoLock(uint16_t id)
void ESPUIClass::updateControl(Control* control, int)
{
if (!control)
if (!control || !ws)
{
return;
}