From ae8a56dfd105ae047e1b2cea716f6452fef76a3a Mon Sep 17 00:00:00 2001 From: zhaohe Date: Wed, 15 May 2024 11:45:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8C=87=E7=A4=BA=E7=81=AF?= =?UTF-8?q?=E6=98=BE=E7=A4=BABUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usrc/base/hardware.cpp | 2 +- zsdk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/usrc/base/hardware.cpp b/usrc/base/hardware.cpp index 4f26d7e..84df184 100644 --- a/usrc/base/hardware.cpp +++ b/usrc/base/hardware.cpp @@ -231,7 +231,7 @@ void Hardware::onAlarmLightThread() { setAlarmLight(false, state, false); state = !state; } else if (m_alarmLightState == kconnected) { - setAlarmLight(true, true, false); + setAlarmLight(false, true, false); } else if (m_alarmLightState == kerror) { setAlarmLight(true, false, false); } diff --git a/zsdk b/zsdk index 8c15904..b983b89 160000 --- a/zsdk +++ b/zsdk @@ -1 +1 @@ -Subproject commit 8c159045effb6a83b4dc8316f9370eeae192150c +Subproject commit b983b89724f933279d2691a9dac27d74a14708a4