[Fix]同步美化模式状态
This commit is contained in:
@@ -160,6 +160,14 @@ object CallerAutoPilotManager {
|
||||
providerApi?.setDemoMode(isEnable)
|
||||
}
|
||||
|
||||
/**
|
||||
* 是否忽略条件直接绘制
|
||||
* 司机屏同步给乘客屏
|
||||
*/
|
||||
fun setIgnoreConditionDraw(isIgnore: Boolean) {
|
||||
providerApi?.setIgnoreConditionDraw(isIgnore)
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置工控机演示模式(美化模式)开启、关闭
|
||||
* isEnable = true 开启
|
||||
|
||||
Reference in New Issue
Block a user