fctom1215
2020-03-27 53be5cac481ddc7927ca3f8fe75a5180f0d6567a
lib/src/main/cpp/test_items2/operate_gear.cpp
@@ -156,9 +156,9 @@
void OperateGearTTSDone(int id)
{
    DEBUG("升降挡指令发出完毕 %d", id);
    // 等语音播报完毕后计时
    if (id == examTtsSeq) {
        DEBUG("升降挡指令发出完毕 %d", id);
        opGear = CHECK_OP;
        AppTimer_add(CheckGear, D_SEC(7));
    }