[2.13.2] 修改rsi可能得0,导致的空白;修改滤波的显示和速度单位

This commit is contained in:
lixiaopeng
2023-01-12 18:32:21 +08:00
parent df66532641
commit 11971cd606
7 changed files with 220 additions and 184 deletions

View File

@@ -196,6 +196,7 @@ object CallerHmiManager : CallerBase() {
* 关闭红绿灯预警
*/
fun disableWarningTrafficLight() {
Log.d("liyz", "disableWarningTrafficLight --------------------> ")
waringProviderApi?.disableWarningTrafficLight()
}