mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +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(",,", "");
|
||||
value.replace(",,", "");
|
||||
String to_send = "{\"status\":[" + value + "],\"time\": [" + unix_time + "]}";
|
||||
//sendCHART(topic, to_send);
|
||||
sendCHART(topic, to_send);
|
||||
|
||||
getMemoryLoad("[i] after send log date");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user