remove comments

This commit is contained in:
Proddy
2024-01-21 21:48:04 +01:00
parent 2764185132
commit 9e064eb564

View File

@@ -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();
} }