Compare commits
2 Commits
b8fc2bed2e
...
35eef02bcd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
35eef02bcd | ||
|
|
8fb8914a17 |
@ -72,7 +72,7 @@ public:
|
|||||||
V9 = 9
|
V9 = 9
|
||||||
};
|
};
|
||||||
unsigned long lastRunTime = 0; // playText()上次运行时间戳
|
unsigned long lastRunTime = 0; // playText()上次运行时间戳
|
||||||
void playText(String str, VoiceVolume vol = V1);
|
void playText(String str, VoiceVolume vol = V5);
|
||||||
void SetplayvolMax();
|
void SetplayvolMax();
|
||||||
uint8_t chekVoiceMcu();
|
uint8_t chekVoiceMcu();
|
||||||
void stopVoice();
|
void stopVoice();
|
||||||
|
|||||||
@ -492,7 +492,7 @@ void Task1(void *pvParameters)
|
|||||||
/*如果循环时间超过100ms,则打印错误日志*/
|
/*如果循环时间超过100ms,则打印错误日志*/
|
||||||
if (_looptm_core0 > 200)
|
if (_looptm_core0 > 200)
|
||||||
{
|
{
|
||||||
//addLogMessage("core0 timeout: " + String(_looptm_core0));
|
// addLogMessage("core0 timeout: " + String(_looptm_core0));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user