We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3ab0a commit f4628c2Copy full SHA for f4628c2
src/Homie/Config.cpp
@@ -10,7 +10,7 @@ Config::Config()
10
11
bool Config::_spiffsBegin() {
12
if (!_spiffsBegan) {
13
- _spiffsBegan = SPIFFS.begin();
+ _spiffsBegan = SPIFFS.begin(true);
14
if (!_spiffsBegan) Interface::get().getLogger() << F("✖ Cannot mount filesystem") << endl;
15
}
16
0 commit comments