mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
formatting
This commit is contained in:
@@ -30,7 +30,7 @@ class FSPersistence {
|
|||||||
|
|
||||||
// debug added by Proddy
|
// debug added by Proddy
|
||||||
#if defined(EMSESP_DEBUG)
|
#if defined(EMSESP_DEBUG)
|
||||||
Serial.printf("Read File: %s: ", _filePath);
|
Serial.printf("Reading file: %s: ", _filePath);
|
||||||
serializeJson(jsonDocument, Serial);
|
serializeJson(jsonDocument, Serial);
|
||||||
Serial.println();
|
Serial.println();
|
||||||
#endif
|
#endif
|
||||||
@@ -63,7 +63,7 @@ class FSPersistence {
|
|||||||
|
|
||||||
// debug added by Proddy
|
// debug added by Proddy
|
||||||
#if defined(EMSESP_DEBUG)
|
#if defined(EMSESP_DEBUG)
|
||||||
Serial.printf("Write File: %s: ", _filePath);
|
Serial.printf("Writing to file: %s: ", _filePath);
|
||||||
serializeJson(jsonDocument, Serial);
|
serializeJson(jsonDocument, Serial);
|
||||||
Serial.println();
|
Serial.println();
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user