From b6145695cc8c3f73e5edaf8f41ed93ae0a2f7e2b Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <49808844+DmitryBorisenko33@users.noreply.github.com> Date: Tue, 24 Mar 2020 19:03:38 +0100 Subject: [PATCH] logging date --- mqtt.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mqtt.ino b/mqtt.ino index b1b50842..61e1b97d 100644 --- a/mqtt.ino +++ b/mqtt.ino @@ -238,7 +238,7 @@ void sendLogData(String file, String topic) { unix_time.replace(",,", ""); value.replace(",,", ""); String to_send = "{\"status\":[" + value + "],\"time\": [" + unix_time + "]}"; - //sendCHART(topic, to_send); + sendCHART(topic, to_send); getMemoryLoad("[i] after send log date"); }