1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-06-02 15:03:27 +00:00
This commit is contained in:
Nikola Kirov 2024-01-03 23:02:45 +02:00
parent 0533e22c34
commit 82d0e5adc2

View File

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