mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
Terminal
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user