fctom1215
2020-03-27 53be5cac481ddc7927ca3f8fe75a5180f0d6567a
lib/src/main/cpp/test_items2/through_something.cpp
@@ -25,7 +25,7 @@
        return;
    DEBUG("进入路考通过something地图 index = %d id = %d item = %d", index, RoadMapList[index].id, RoadMapList[index].type);
    if (!RoadMapList[index].tts.empty()) {
        DEBUG("播放TTS");
        DEBUG("播放TTS %s", RoadMapList[index].tts.c_str());
        PlayTTS(RoadMapList[index].tts.c_str());
    } else {
        DEBUG("没有TTS");