Merge branch 'dev_robotaxi-d-app-module_251_220125_2.5.1' into dev_MogoAP_eagle-220_211207_8.0.17_merge
# Conflicts: # core/function-impl/mogo-core-function-autopilot/src/main/java/com/mogo/eagle/core/function/autopilot/MoGoAutopilotProvider.kt
This commit is contained in:
@@ -20,8 +20,12 @@ object FunctionBuildConfig {
|
||||
|
||||
/**
|
||||
* 当前APP的身份模式
|
||||
* 0x00 = 司机模式(默认)
|
||||
* 0x01 = 乘客模式(部分功能受到影响)
|
||||
*
|
||||
* 0x00 = 出租车-司机模式(默认)
|
||||
* 0x01 = 出租车-乘客模式(部分功能受到限制)
|
||||
*
|
||||
* 0xA0 = 小巴车-司机模式(默认)
|
||||
* 0xA1 = 小巴车-乘客模式(部分功能受到限制)
|
||||
*/
|
||||
@Volatile
|
||||
@JvmField
|
||||
|
||||
@@ -35,4 +35,16 @@ object HmiBuildConfig {
|
||||
*/
|
||||
@JvmField
|
||||
var isShowBadCaseView = true
|
||||
|
||||
/**
|
||||
* 是否展示转向灯ui
|
||||
*/
|
||||
@JvmField
|
||||
var isShowTurnLightView = true
|
||||
|
||||
/**
|
||||
* 是否展示刹车ui
|
||||
*/
|
||||
@JvmField
|
||||
var isShowBrakeLightView = true
|
||||
}
|
||||
Reference in New Issue
Block a user