merge old branch

This commit is contained in:
lixiaopeng
2022-01-25 17:58:52 +08:00
parent 40824e822e
commit 8ca4806527
9 changed files with 103 additions and 51 deletions

View File

@@ -52,6 +52,13 @@ object CallerHmiManager : CallerBase() {
waringProviderApi.setToolsViewVisibility(visibility)
}
/**
* 控制转向灯和刹车功能
*/
fun setTurnLightFunction(isOpen: Boolean) {
waringProviderApi.setTurnLightFunction(isOpen)
}
/**
* 开关DebugView
*/