|
|
@@ -401,7 +401,7 @@ void Application::Start() {
|
|
|
return higher_priority_task_woken == pdTRUE;
|
|
|
});
|
|
|
codec->Start();
|
|
|
- codec->SetOutputVolume(100);
|
|
|
+ codec->SetOutputVolume(75);
|
|
|
// //此处是电量测量的代码
|
|
|
// int batteryLevel;
|
|
|
// bool isCharging;
|
|
|
@@ -538,7 +538,7 @@ void Application::Start() {
|
|
|
vTaskDelete(NULL);
|
|
|
}, "check_new_version", 4096 * 2, this, 2, nullptr);
|
|
|
SetDeviceState(kDeviceStateIdle);
|
|
|
- codec->SetOutputVolume(100);
|
|
|
+ codec->SetOutputVolume(75);
|
|
|
PlaySound(Lang::Sounds::P3_LINKWIFI);
|
|
|
|
|
|
#if CONFIG_USE_AUDIO_PROCESSOR
|