Compare commits

...

2 Commits

Author SHA1 Message Date
air
35eef02bcd 【类 型】:factor
【原 因】:新换的喇叭声音太小
【过 程】:把PLayText函数 声音默认参数改为最大
【影 响】:所有播放声音都为最大 改前默认最小只有在 下放勾时指定 参数声音最大
2026-01-06 19:19:28 +08:00
air
8fb8914a17 【类 型】:factor
【原  因】:新换的喇叭声音太小
【过  程】:把PLayText函数 声音默认参数改为最大
【影  响】:所有播放声音都为最大 改前默认最小只有在 下放勾时指定 参数声音最大
2026-01-06 18:47:56 +08:00
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 = V1);
void playText(String str, VoiceVolume vol = V5);
void SetplayvolMax();
uint8_t chekVoiceMcu();
void stopVoice();