This commit is contained in:
Yuri Trikoz
2020-06-24 01:16:00 +03:00
parent b50911ddcf
commit e375cca3dc
16 changed files with 541 additions and 109 deletions

View File

@@ -134,7 +134,8 @@ void sendLogData(String file, String topic) {
log_date = "";
json_array = "{\"status\":[" + json_array + "]}";
Serial.println(json_array);
publishChart(topic, json_array);
MqttClient::publishChart(topic, json_array);
json_array = "";
printMemoryStatus("[I] send log date");
}