From cb463a0dd135e77a810596c5a8f90502ab83f564 Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <49808844+DmitryBorisenko33@users.noreply.github.com> Date: Thu, 18 Aug 2022 15:19:07 +0200 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=82=D0=B8?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=B2=D1=80=D0=B5?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/NTP.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NTP.cpp b/src/NTP.cpp index 4111fbda..ca9eb875 100644 --- a/src/NTP.cpp +++ b/src/NTP.cpp @@ -21,6 +21,7 @@ void ntpInit() { if (prevTime != timenow) { prevTime = timenow; String dateAndTime = getDateTimeDotFormated(); + dateAndTime = deleteToMarkerLast(dateAndTime, ":"); jsonWriteStr_(errorsHeapJson, F("timenow"), dateAndTime); SerialPrint("I", F("NTP"), "✔ " + dateAndTime); }