mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Initialised ESPPreferenceObject::backend_ to nullptr (#2411)
This commit is contained in:
parent
2234f6aacf
commit
2b9054d3b2
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class ESPPreferenceObject {
|
||||||
}
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
ESPPreferenceBackend *backend_;
|
ESPPreferenceBackend *backend_{nullptr};
|
||||||
};
|
};
|
||||||
|
|
||||||
class ESPPreferences {
|
class ESPPreferences {
|
||||||
|
|
Loading…
Reference in a new issue