mirror of
https://github.com/esphome/esphome.git
synced 2025-08-02 16:37:46 +00:00
fix missing init
This commit is contained in:
parent
cb0ef0b54a
commit
a399e90ed6
@ -698,7 +698,7 @@ class LwIPLock {
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
#if defined(USE_ESP32)
|
#if defined(USE_ESP32)
|
||||||
bool locked_;
|
bool locked_{false};
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user