From 19339f541bdc7aad3a0c682ea71dce5855cc86e1 Mon Sep 17 00:00:00 2001 From: baocm Date: Mon, 2 Feb 2026 08:43:57 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E4=BF=AE=E6=94=B9mqtt=E9=87=8D=E6=89=93?= =?UTF-8?q?=E6=8A=AC=E5=A4=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mqttdds/Publisher.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mqttdds/Publisher.cxx b/mqttdds/Publisher.cxx index c033560..7c4c055 100644 --- a/mqttdds/Publisher.cxx +++ b/mqttdds/Publisher.cxx @@ -449,7 +449,7 @@ void PublisherApp::run(std::shared_ptr dev) { print_msg.clear(); - print_msg["Title"] = "过衡单"; + print_msg["Title"] = "五彩湾"; print_msg["GrossDeviceID"] = std::to_string(info.GrossDeviceID()); print_msg["GrossDeviceName"] = info.GrossDeviceName(); print_msg["TareDeviceID"] = std::to_string(info.TareDeviceID());