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); } }