This commit is contained in:
Dmitry Borisenko
2022-08-24 01:01:27 +02:00
parent bfaf586981
commit 9784b455e7

View File

@@ -22,7 +22,7 @@ class Loging : public IoTItem {
} else {
if (isTimeSynch) {
regEvent(value, "Logging");
String logData = String(unixTime) + " " + value + "\r\n";
String logData = String(unixTime) + " " + value;
addFileLn("/log.txt", logData);
} else {
SerialPrint("E", F("Logging"), F("cant logging - no time Synch"));