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
};
unsigned long lastRunTime = 0; // playText()上次运行时间戳
void playText(String str, VoiceVolume vol = V5);
void playText(String str, VoiceVolume vol = V1);
void SetplayvolMax();
uint8_t chekVoiceMcu();
void stopVoice();