From c7f6a15a17344e55f0c2349392501100ba2a206e Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 27 九月 2021 09:33:27 +0800 Subject: [PATCH] Merge branch 'WJC' into wxr7 --- HDL_ON/UI/UI2/FuntionControlView/ArmSensor/SensorGasPage.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/ArmSensor/SensorGasPage.cs b/HDL_ON/UI/UI2/FuntionControlView/ArmSensor/SensorGasPage.cs index ac4b459..109084a 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/ArmSensor/SensorGasPage.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/ArmSensor/SensorGasPage.cs @@ -43,7 +43,7 @@ //璇诲彇鐘舵�� new System.Threading.Thread(() => { - if (device.spk == SPK.SenesorMegahealth) + if (device.spk == SPK.SenesorMegahealth|| device.spk == SPK.SenesorMegahealth2) { DriverLayer.Control.Ins.SendReadCommand(device, true); } -- Gitblit v1.8.0