From e199947d9752697656297cb9c5e3e764cdcb6606 Mon Sep 17 00:00:00 2001 From: zhongchao Date: Sun, 23 Apr 2023 14:33:00 +0800 Subject: [PATCH] [2.15.0] adjust roma range to 3~2000 --- .../core/function/business/ai/AiCloudIdentifyDataManager.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/business/ai/AiCloudIdentifyDataManager.kt b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/business/ai/AiCloudIdentifyDataManager.kt index d131876a50..5857b20b12 100644 --- a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/business/ai/AiCloudIdentifyDataManager.kt +++ b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/business/ai/AiCloudIdentifyDataManager.kt @@ -40,7 +40,7 @@ class AiCloudIdentifyDataManager : IMogoMapListener, IReceivedMsgListener, companion object { private const val TAG = "AiCloudIdentifyData" - var START_METRE = 1 + var START_METRE = 3 var END_METRE = 2000 @JvmStatic