1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 20:02:22 +01:00

Initialised ESPPreferenceObject::backend_ to nullptr (#2411)

This commit is contained in:
Paul Monigatti
2021-09-29 03:26:46 +13:00
committed by GitHub
parent 2234f6aacf
commit 2b9054d3b2

View File

@@ -30,7 +30,7 @@ class ESPPreferenceObject {
}
protected:
ESPPreferenceBackend *backend_;
ESPPreferenceBackend *backend_{nullptr};
};
class ESPPreferences {