From 7b58e37f2ab2ee8e455f3c8212ab227f3744374e Mon Sep 17 00:00:00 2001 From: lixiaopeng Date: Wed, 23 Nov 2022 19:04:51 +0800 Subject: [PATCH] 213 opt --- .../eagle/core/function/obu/mogo/MogoPrivateObuNewManager.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/function-impl/mogo-core-function-obu-mogo/src/main/java/com/mogo/eagle/core/function/obu/mogo/MogoPrivateObuNewManager.kt b/core/function-impl/mogo-core-function-obu-mogo/src/main/java/com/mogo/eagle/core/function/obu/mogo/MogoPrivateObuNewManager.kt index dd8ad458ea..e56526a8d4 100644 --- a/core/function-impl/mogo-core-function-obu-mogo/src/main/java/com/mogo/eagle/core/function/obu/mogo/MogoPrivateObuNewManager.kt +++ b/core/function-impl/mogo-core-function-obu-mogo/src/main/java/com/mogo/eagle/core/function/obu/mogo/MogoPrivateObuNewManager.kt @@ -722,7 +722,7 @@ class MogoPrivateObuNewManager private constructor() { TAG, "handlerTrafficLight --- status = $status ---lights.size = ${lights.size} ---lights = $lights " ) - MogoObuConstants.CONNECT_STATUS.CONNECTED + when (status) { // 添加 MogoObuConstants.STATUS.ADD,