We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c7ef2 commit bcd79bcCopy full SHA for bcd79bc
lib/framework/FSPersistence.h
@@ -30,7 +30,7 @@ class FSPersistence {
30
31
// debug added by Proddy
32
#if defined(EMSESP_DEBUG)
33
- Serial.printf("Read File: %s: ", _filePath);
+ Serial.printf("Reading file: %s: ", _filePath);
34
serializeJson(jsonDocument, Serial);
35
Serial.println();
36
#endif
@@ -63,7 +63,7 @@ class FSPersistence {
63
64
65
66
- Serial.printf("Write File: %s: ", _filePath);
+ Serial.printf("Writing to file: %s: ", _filePath);
67
68
69
0 commit comments