From 0c239be9a7b9cdd963e79a3389edba22232743ef Mon Sep 17 00:00:00 2001 From: zhangwen <3466561528@qq.com> Date: Mon, 8 Dec 2025 15:21:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E8=B4=9F=E9=9B=B6=E5=88=86=E9=87=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LFtid1056/PQSMsg.h | 2 +- LFtid1056/main_thread.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LFtid1056/PQSMsg.h b/LFtid1056/PQSMsg.h index ed9c434..fb3a222 100644 --- a/LFtid1056/PQSMsg.h +++ b/LFtid1056/PQSMsg.h @@ -602,7 +602,7 @@ public: UI_Seq[i][j] = IntToFloat(SrcData.UI_Seq[i][j]) * fPT; } else if (j < 3) { - UI_Seq[i][j] = IntToFloat(SrcData.UI_Seq[i][j]) * fPT * 1000.0f; + UI_Seq[i][j] = IntToFloat(SrcData.UI_Seq[i][j]) * fPT; } else { UI_Seq[i][j] = IntToFloat(SrcData.UI_Seq[i][j]); diff --git a/LFtid1056/main_thread.cpp b/LFtid1056/main_thread.cpp index 36059f7..291a153 100644 --- a/LFtid1056/main_thread.cpp +++ b/LFtid1056/main_thread.cpp @@ -166,7 +166,7 @@ void* client_manager_thread(void* arg) { //// 创建装置列表 //std::vector devices = { // { - // "D001", "Primary Device", "Model-X", "00-B7-8D-00-BB-03", + // "D001", "Primary Device", "Model-X", "00-B7-8D-01-88-7f", // 1, points1,true // } //};