处理弱势交通

This commit is contained in:
董宏宇
2021-08-10 16:51:58 +08:00
parent 228413344f
commit 0644e61b0a

View File

@@ -121,7 +121,18 @@ class MogoPrivateObuManager private constructor() {
override fun onCvxPtcInfoIndInfo(info: CvxPtcInfoIndInfo?) {
super.onCvxPtcInfoIndInfo(info)
Logger.d(MogoObuConst.TAG_MOGO_OBU, "onCvxPtcInfoIndInfo ------> $info")
info?.let {
when (info.status) {
// 删除
2 -> {
}
// 添加\更新
else -> {
}
}
}
}
// 限速预警信息