[6.0.0]运营面板增加融合模式

This commit is contained in:
xuxinchao
2023-08-22 16:45:10 +08:00
committed by zhongchao
parent 6b1013e7a9
commit 178fa34eda
3 changed files with 143 additions and 11 deletions

View File

@@ -204,6 +204,14 @@ object FunctionBuildConfig {
@JvmField
var isShowBagRecordWindow = true
/**
* 融合模式(int) 1:全融合模式 2:盲区模式 3:超视距模式 4:透传模式 5:纯路侧模式默认1
* /telematics/fusion/fusion_mode
*/
@Volatile
@JvmField
var fusionMode = 1
/**
* 是否是V2N新链路(云->工控机->App)
*/