удаление не нужной библиотеки string command и ее компиляции

This commit is contained in:
Dmitry Borisenko
2022-12-06 01:05:31 +01:00
parent 89b95a75eb
commit 33a9861a8f
7 changed files with 3 additions and 245 deletions

View File

@@ -185,6 +185,7 @@ class Loging : public IoTItem {
SerialPrint("i", F("Loging"), "'" + id + "' loging in file http://" + WiFi.localIP().toString() + path);
}
//данная функция уже перенесена в ядро и будет удалена в последствии
bool hasDayChanged() {
bool changed = false;
String currentDate = getTodayDateDotFormated();