From 6203683433231a71fea7069d121ebd85c0b9529d Mon Sep 17 00:00:00 2001
From: fctom1215 <fctom1215@outlook.com>
Date: 星期四, 27 八月 2020 11:53:54 +0800
Subject: [PATCH] 坐标

---
 lib/src/main/cpp/driver_test.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/src/main/cpp/driver_test.cpp b/lib/src/main/cpp/driver_test.cpp
index d293ee9..ec51233 100644
--- a/lib/src/main/cpp/driver_test.cpp
+++ b/lib/src/main/cpp/driver_test.cpp
@@ -400,7 +400,7 @@
             reportSeatbeltEject = false;
 
             if (type == TEST_TYPE_ROAD_DUMMY_LIGHT) {
-                exam_dummy_light = 1;           //0
+                exam_dummy_light = 0;           //0
             }
             if (type == TEST_TYPE_AREA) {
                 InitAreaExam();
@@ -563,7 +563,7 @@
 
         for (int i = 0; i < 2; ++i) {
             if (cs_temp[i] != cs[i]) {
-                DEBUG("杞﹁締鐘舵�� %s = %d", NAME[i], cs_temp[i]);
+//                DEBUG("杞﹁締鐘舵�� %s = %d", NAME[i], cs_temp[i]);
 
                 cs[i] = cs_temp[i];
             }
@@ -578,7 +578,7 @@
                 char buff[128];
 
                 sprintf(buff, "%s锛�%s", NAME[i], VALUE[ cs_temp[i] ]);
-                PlayTTS(buff, NULL);
+//                PlayTTS(buff, NULL);
             }
         }
 

--
Gitblit v1.8.0