mirror of
https://github.com/esphome/esphome.git
synced 2025-09-25 14:42:21 +01:00
ESP32 Use NVS directly (#659)
This commit is contained in:
@@ -40,7 +40,7 @@ class Application {
|
||||
void pre_setup(const std::string &name, const char *compilation_time) {
|
||||
this->name_ = name;
|
||||
this->compilation_time_ = compilation_time;
|
||||
global_preferences.begin(this->name_);
|
||||
global_preferences.begin();
|
||||
}
|
||||
|
||||
#ifdef USE_BINARY_SENSOR
|
||||
|
Reference in New Issue
Block a user