fix missing init

This commit is contained in:
J. Nick Koston
2025-07-16 11:10:36 -10:00
parent cb0ef0b54a
commit a399e90ed6
+1 -1
View File
@@ -698,7 +698,7 @@ class LwIPLock {
protected:
#if defined(USE_ESP32)
bool locked_;
bool locked_{false};
#endif
};