From 683b1595260e638d1d3c6cc0d6543a72f6d6f925 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期二, 12 一月 2021 14:36:42 +0800
Subject: [PATCH] 扣分码标准化

---
 lib/src/main/cpp/test_items/driving_curve.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/src/main/cpp/test_items/driving_curve.cpp b/lib/src/main/cpp/test_items/driving_curve.cpp
index dd3bcc9..447ef11 100644
--- a/lib/src/main/cpp/test_items/driving_curve.cpp
+++ b/lib/src/main/cpp/test_items/driving_curve.cpp
@@ -105,7 +105,7 @@
         if (!crashRedLine) {
             crashRedLine = true;
             // 杞﹁疆鍘嬭竟绾匡紝涓嶅悎鏍�
-            AddExamFault(27, rtkTime);
+            AddExamFault(20601, rtkTime);
             DEBUG("杞﹁疆鍘嬭竟绾�");
             if (who == 1) {
                 PlayTTS("鍘嬪乏鏇茬嚎", NULL);
@@ -132,7 +132,7 @@
 
         if (tp - stopTimepoint >= CorrectPauseCriteria(examParam.curve_pause_criteria) && !reportStopCarTimeout) {
             // 鍋滆溅瓒�2绉掞紝涓嶅悎鏍�
-            AddExamFault(28, rtkTime);
+            AddExamFault(20602, rtkTime);
             DEBUG("涓�斿仠杞�");
             reportStopCarTimeout = true;
         }

--
Gitblit v1.8.0