yy1717
2020-08-20 2d6a9d02c77d7e08d4f18ee87d6e3d337b949f47
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);