mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
remove comments
This commit is contained in:
@@ -18,9 +18,9 @@ class FSPersistence {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void readFromFS() {
|
void readFromFS() {
|
||||||
Serial.println();
|
// Serial.println();
|
||||||
Serial.print("Fake reading file ");
|
// Serial.print("Fake reading file ");
|
||||||
Serial.println(_filePath);
|
// Serial.println(_filePath);
|
||||||
applyDefaults();
|
applyDefaults();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user