From a9b7e5beac5b5dae16d94854d05e478024bc8994 Mon Sep 17 00:00:00 2001 From: yangyakun Date: Tue, 21 Apr 2026 16:07:54 +0800 Subject: [PATCH] =?UTF-8?q?[8.5.0]=20[=E8=AE=BE=E5=A4=87=E8=BF=9E=E6=8E=A5?= =?UTF-8?q?]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mogo/eagle/core/function/datacenter/iot/IotManager.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/function-impl/mogo-core-function-datacenter/src/main/java/com/mogo/eagle/core/function/datacenter/iot/IotManager.kt b/core/function-impl/mogo-core-function-datacenter/src/main/java/com/mogo/eagle/core/function/datacenter/iot/IotManager.kt index f2dcfbed0b..6fd6f2ee83 100644 --- a/core/function-impl/mogo-core-function-datacenter/src/main/java/com/mogo/eagle/core/function/datacenter/iot/IotManager.kt +++ b/core/function-impl/mogo-core-function-datacenter/src/main/java/com/mogo/eagle/core/function/datacenter/iot/IotManager.kt @@ -32,13 +32,13 @@ object IotManager : IMoGoCloudListener, IWriteChainLogListener { CallerCloudListenerManager.addListener(TAG, this) DevicesManager.registerWriteChainLogListener(this) hardwareDeviceBind(SharedPrefsMgr.getInstance().sn) - } else { - LedSourceManager.registerWriteChainLogListener(this) - LedSourceManager.init(true, isB2) if(isB4){ CuLedManager.init() CuLedManager.registerWriteChainLogListener(this) } + } else { + LedSourceManager.registerWriteChainLogListener(this) + LedSourceManager.init(true, isB2) } }