[6.7.0][启自驾指引] 优化因其它原因导致不能启自驾的文案

This commit is contained in:
renwj
2024-10-23 15:34:29 +08:00
parent 820d87d101
commit 7296545d22

View File

@@ -125,7 +125,10 @@ object CallerAutoPilotControlManager {
sb.append("档位$")
}
if ((exceptionValue and (1 shl 6)) != 0) {
sb.append("未知$")
if (!sb.contains("$")) {
sb.setLength(0)
sb.append("检测到除已知节点外的其它异常")
}
}
if ((exceptionValue and (1 shl 7)) != 0 || ((exceptionValue and (1 shl 8)) != 0)) {
if (!sb.contains("$")) {