From f8c896278f739227d07a51b2b67e02aac97597b1 Mon Sep 17 00:00:00 2001 From: BlueMatthew Date: Sun, 19 Nov 2023 16:33:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/buban104.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/buban104.cpp b/src/buban104.cpp index 9ea1de2..f708425 100644 --- a/src/buban104.cpp +++ b/src/buban104.cpp @@ -4718,8 +4718,8 @@ void ProvBuban104SendAIwithFloat(int commid, RTUMSG *rtumsg, int iGroupNo) //iLenth += sizeof(float); commandbuf[iLenth++] = (u_char)ibyid; commandbuf[iLenth++] = (u_char)(ibyid >> 8); - commandbuf[iLenth++] = (u_char)(ibyid >> 16); - commandbuf[iLenth++] = (u_char)(ibyid >> 24); + // commandbuf[iLenth++] = (u_char)(ibyid >> 16); + // commandbuf[iLenth++] = (u_char)(ibyid >> 24); } if (15 == iLenth) break;