This commit is contained in:
Yuri Trikoz
2020-06-22 14:01:12 +03:00
parent 092bec7dde
commit 274678f17a
20 changed files with 429 additions and 359 deletions

View File

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