[2.15.0][opt]兼容V2N新旧链路

This commit is contained in:
chenfufeng
2023-04-07 15:19:55 +08:00
parent 695fd6188d
commit 0374bb130f
7 changed files with 82 additions and 23 deletions

View File

@@ -187,6 +187,13 @@ object FunctionBuildConfig {
@JvmField
var isReportWarning = true
/**
* 是否是V2N新链路(云->工控机->App)
*/
@Volatile
@JvmField
var isNewV2NData = false
/**
* 是否开启PNC障碍物颜色提醒
*/