mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 11:59:12 +03:00
logging date
This commit is contained in:
2
mqtt.ino
2
mqtt.ino
@@ -238,7 +238,7 @@ void sendLogData(String file, String topic) {
|
|||||||
unix_time.replace(",,", "");
|
unix_time.replace(",,", "");
|
||||||
value.replace(",,", "");
|
value.replace(",,", "");
|
||||||
String to_send = "{\"status\":[" + value + "],\"time\": [" + unix_time + "]}";
|
String to_send = "{\"status\":[" + value + "],\"time\": [" + unix_time + "]}";
|
||||||
//sendCHART(topic, to_send);
|
sendCHART(topic, to_send);
|
||||||
|
|
||||||
getMemoryLoad("[i] after send log date");
|
getMemoryLoad("[i] after send log date");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user