mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
убираем баги окна ввода даты
This commit is contained in:
@@ -222,7 +222,7 @@ boolean publishData(const String& topic, const String& data) {
|
||||
return true;
|
||||
}
|
||||
|
||||
boolean publishChart(const String& topic, const String& data) {
|
||||
boolean publishChartMqtt(const String& topic, const String& data) {
|
||||
String path = mqttRootDevice + "/" + topic + "/status";
|
||||
if (!publish(path, data)) {
|
||||
SerialPrint("E", F("MQTT"), F("on publish chart"));
|
||||
|
||||
Reference in New Issue
Block a user