From 59a801d52e100ceb75d65f729cb824526ae03864 Mon Sep 17 00:00:00 2001 From: tq <1916474859@qq,com> Date: Wed, 17 Jul 2024 11:27:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B0=B4=E5=86=B7=E5=8F=91=E9=80=81=E5=B8=A7?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service/WaterCool/Msg/Host/ModeMsg.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Service/WaterCool/Msg/Host/ModeMsg.cs b/Service/WaterCool/Msg/Host/ModeMsg.cs index 2927b0f..848bf08 100644 --- a/Service/WaterCool/Msg/Host/ModeMsg.cs +++ b/Service/WaterCool/Msg/Host/ModeMsg.cs @@ -99,10 +99,10 @@ public class ModeMsg : BaseMsg Mode = 0; HighTension = 3; ChargState= 0; - BMSState= 3; + BMSState= 0; SetTemperature = 0; - BMSHighByte = 0; - BMSLowByte = 0; + BMSHighByte = 255; + BMSLowByte = 255; HP = 0; CrcCheckValue = 0; }