【类 型】:factor
【原 因】:新换的喇叭声音太小 【过 程】:把PLayText函数 声音默认参数改为最大 【影 响】:所有播放声音都为最大 改前默认最小只有在 下放勾时指定 参数声音最大
This commit is contained in:
parent
b8fc2bed2e
commit
8fb8914a17
@ -71,8 +71,8 @@ public:
|
|||||||
V8 = 8,
|
V8 = 8,
|
||||||
V9 = 9
|
V9 = 9
|
||||||
};
|
};
|
||||||
unsigned long lastRunTime = 0; // playText()上次运行时间戳
|
unsigned long lastRunTime = 0; // 站点()上次运行时间戳
|
||||||
void playText(String str, VoiceVolume vol = V1);
|
void 站点(String str, VoiceVolume vol = V9);
|
||||||
void SetplayvolMax();
|
void SetplayvolMax();
|
||||||
uint8_t chekVoiceMcu();
|
uint8_t chekVoiceMcu();
|
||||||
void stopVoice();
|
void stopVoice();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user