mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-22 19:20:59 +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)
|
void ESPUIClass::updateControl(Control* control, int)
|
||||||
{
|
{
|
||||||
if (!control)
|
if (!control || !ws)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user