mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
wifi reconnection bug fixed
This commit is contained in:
@@ -137,7 +137,7 @@ void sendLogData(String file, String topic) {
|
||||
json_array = "{\"status\":[" + json_array + "]}";
|
||||
SerialPrint("I","module",json_array);
|
||||
|
||||
MqttClient::publishChart(topic, json_array);
|
||||
publishChart(topic, json_array);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user