From 2d6a9d02c77d7e08d4f18ee87d6e3d337b949f47 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期四, 20 八月 2020 19:35:17 +0800
Subject: [PATCH] 坐标
---
lib/src/main/cpp/test_items2/stop_car.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/src/main/cpp/test_items2/stop_car.cpp b/lib/src/main/cpp/test_items2/stop_car.cpp
index c52bcd8..6526861 100644
--- a/lib/src/main/cpp/test_items2/stop_car.cpp
+++ b/lib/src/main/cpp/test_items2/stop_car.cpp
@@ -46,9 +46,9 @@
checkRoadDistance = false;
if (!tts.empty()) {
- examTtsSeq = PlayTTS(tts.c_str());
+ examTtsSeq = PlayTTS(tts.c_str(), NULL);
} else {
- examTtsSeq = PlayTTS("璇烽潬杈瑰仠杞�");
+ examTtsSeq = PlayTTS("璇烽潬杈瑰仠杞�", NULL);
}
AppTimer_delete(PlayTTSTimeout);
--
Gitblit v1.8.0