add debug statement

This commit is contained in:
proddy
2026-01-05 21:35:18 +01:00
parent 28ee0834d8
commit cff4bd0a71

View File

@@ -70,6 +70,10 @@ class FSPersistence {
// failed to open file, return false
if (!settingsFile || !jsonObject.size()) {
#if defined(EMSESP_DEBUG)
Serial.printf("Failed to write file %s", _filePath);
Serial.println();
#endif
return false;
}