fix startup sound

This commit is contained in:
Xiaoxia
2025-04-04 15:29:44 +08:00
parent 0ac2f09bb0
commit 70883058e8

View File

@@ -155,6 +155,7 @@ void Application::CheckNewVersion() {
SetDeviceState(kDeviceStateIdle);
display->SetChatMessage("system", "");
ResetDecoder();
PlaySound(Lang::Sounds::P3_SUCCESS);
// Exit the loop if upgrade or idle
break;