From b482a184a0eda5821f2b5b98845373f302382a9e Mon Sep 17 00:00:00 2001 From: jxjajs Date: Thu, 26 Dec 2024 17:46:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B0=94=E8=B1=A1=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=9B=A8=E9=87=8F=E3=80=81=E6=97=A5=E7=85=A7=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=A4=84=E7=90=86=EF=BC=8C=E5=8F=8A=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=A4=84=E7=90=86=E6=97=A5=E5=BF=97=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/cpp/SensorsProtocol.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/main/cpp/SensorsProtocol.cpp b/app/src/main/cpp/SensorsProtocol.cpp index e321e78e..2ad2e7e6 100644 --- a/app/src/main/cpp/SensorsProtocol.cpp +++ b/app/src/main/cpp/SensorsProtocol.cpp @@ -3155,8 +3155,6 @@ void ShxyProtocolDataProcess(int devno) } pPortParam->aiValue[OpticalRadiationNo].AiState = SER_SAMPLE; weatherpntmsg[OpticalRadiationNo].AiState = SER_SAMPLE; - //g_SelfTest.SensorsFault |= (0x02); - //if ((gDisSunRain & 0x80) == 0x80) { sprintf(szbuf, "%s日照:%0.3f ", szbuf, fvalue); DebugLog(devparam[devno].commid, szbuf, 'V');