modify level
This commit is contained in:
@@ -197,7 +197,7 @@ class MogoPrivateObuManager private constructor() {
|
||||
info?.let {
|
||||
//预警信息,预警类型 threat_level 3
|
||||
if (info.threat_info != null) {
|
||||
if (info.threat_info.threat_level == 3) {
|
||||
if (info.threat_info.threat_level > 1) {
|
||||
//预警方位
|
||||
val direction = info.ext_info.target_classification
|
||||
|
||||
|
||||
Reference in New Issue
Block a user