fctom1215
2020-08-27 6203683433231a71fea7069d121ebd85c0b9529d
lib/src/main/cpp/test_items2/dummy_light.cpp
@@ -39,6 +39,7 @@
    contentNum = num;
    if (content != NULL && num > 0) {
        DEBUG("启动灯光");
        currRtkTime = *rtkTime;
        for (int i = 0; i < contentNum; ++i) {
@@ -172,7 +173,7 @@
        switch (content[i].itemStatus) {
            case TTS_NOT_START:
                content[i].itemStatus = TTS_DOING;
                examTtsSeq = PlayTTS(content[i].tts, NULL);
                examTtsSeq = PlayTTS(content[i].tts, DummyLightTTSDone);
                // 等待TTS播放完毕
                return;
            case TTS_DOING: