From 2c6fd6f6e4d51684698168e29654ae5a9d5a4434 Mon Sep 17 00:00:00 2001
From: fctom1215 <fctom1215@outlook.com>
Date: 星期三, 28 四月 2021 23:08:32 +0800
Subject: [PATCH] routeline不再每次数据库onopen就新建表
---
lib/src/main/cpp/test_items2/road_exam.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/src/main/cpp/test_items2/road_exam.cpp b/lib/src/main/cpp/test_items2/road_exam.cpp
index 07b4fdd..ab8d333 100644
--- a/lib/src/main/cpp/test_items2/road_exam.cpp
+++ b/lib/src/main/cpp/test_items2/road_exam.cpp
@@ -1215,7 +1215,7 @@
break;
default:
DEBUG("璺彛鎻愮ず 鏈厤缃�");
- PlayTTS(examParam.crossing_turn_unknown_tts, NULL);
+ //PlayTTS(examParam.crossing_turn_unknown_tts, NULL);
break;
}
}
--
Gitblit v1.8.0