Compare commits

..

No commits in common. "35eef02bcd2b532f3f301b4db64c86018adf420b" and "b8fc2bed2ec584b6cb0679da88dd456823c6e190" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -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 = V5); void playText(String str, VoiceVolume vol = V1);
void SetplayvolMax(); void SetplayvolMax();
uint8_t chekVoiceMcu(); uint8_t chekVoiceMcu();
void stopVoice(); void stopVoice();

View File

@ -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));
} }
} }
} }