logging date

This commit is contained in:
Dmitry Borisenko
2020-03-24 19:03:38 +01:00
parent 0cf60ab214
commit b6145695cc

View File

@@ -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");
}