mirror of
https://github.com/esphome/esphome.git
synced 2025-09-10 15:22:24 +01:00
Merge branch 'lwip_locking_fix' into integration
This commit is contained in:
@@ -698,7 +698,7 @@ class LwIPLock {
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
#if defined(USE_ESP32)
|
#if defined(USE_ESP32)
|
||||||
bool locked_;
|
bool locked_{false};
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user