[Fix]同步美化模式状态

This commit is contained in:
chenfufeng
2022-09-15 15:28:26 +08:00
parent 0309d160d5
commit 09580410ad
4 changed files with 51 additions and 19 deletions

View File

@@ -160,6 +160,14 @@ object CallerAutoPilotManager {
providerApi?.setDemoMode(isEnable)
}
/**
* 是否忽略条件直接绘制
* 司机屏同步给乘客屏
*/
fun setIgnoreConditionDraw(isIgnore: Boolean) {
providerApi?.setIgnoreConditionDraw(isIgnore)
}
/**
* 设置工控机演示模式(美化模式)开启、关闭
* isEnable = true 开启