[6.3.0] pnc txt change

This commit is contained in:
EmArrow
2024-03-01 11:38:42 +08:00
parent cdf9a649a5
commit 692d4a26d9

View File

@@ -92,7 +92,7 @@ class PncActionsHelper {
if (driveAction == 1) "正在尝试绕过前方道路事件" else if (driveAction == 2) "正在请求远程协助" else ""
}
YIELD_TO_VEHICLE_COMING_FROM_BEHIND_VALUE -> {
if (driveAction == 1) "正在给后方驶来的机动车让行" else ""
if (driveAction == 1) "正在避让后方来车" else ""
}
else -> ""
}