[2.15.0] adjust roma range to 3~2000

This commit is contained in:
zhongchao
2023-04-23 14:33:00 +08:00
parent 3d38389e7f
commit e199947d97

View File

@@ -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