From 8b1c7d5cbe0e5093ab445677abce784335ada04f Mon Sep 17 00:00:00 2001 From: zhaohe Date: Thu, 23 May 2024 09:21:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E6=9C=80=E6=96=B0=E7=89=88?= =?UTF-8?q?=E7=9A=84=E6=B8=A9=E6=B9=BF=E5=BA=A6=E4=BC=A0=E6=84=9F=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usrc/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usrc/main.cpp b/usrc/main.cpp index 4730963..9821b4c 100644 --- a/usrc/main.cpp +++ b/usrc/main.cpp @@ -222,6 +222,6 @@ void Main::run() { ZLOGI(TAG, "init done"); while (1) { ZHALCORE::getInstance()->loop(); - m_h2o2_sensor.readSensorData(); + // m_h2o2_sensor.readSensorData(); } }