mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-22 09:10:54 +00:00
fix
This commit is contained in:
parent
0533e22c34
commit
82d0e5adc2
@ -873,7 +873,7 @@ Control* ESPUIClass::getControlNoLock(uint16_t id)
|
||||
|
||||
void ESPUIClass::updateControl(Control* control, int)
|
||||
{
|
||||
if (!control)
|
||||
if (!control || !ws)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user