mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
.
This commit is contained in:
@@ -60,8 +60,8 @@ class Loging : public IoTItem {
|
||||
}
|
||||
|
||||
//считаем количество строк
|
||||
lines = countLines(filePath);
|
||||
SerialPrint("i", F("Loging"), "'" + id + "' " + String(lines) + " lines found in file");
|
||||
//lines = countLines(filePath);
|
||||
//SerialPrint("i", F("Loging"), "'" + id + "' " + String(lines) + " lines found in file");
|
||||
|
||||
//если количество строк до заданной величины
|
||||
if (lines <= points) {
|
||||
|
||||
Reference in New Issue
Block a user