From 70883058e8eb28ffd2a3f52c41029d2f616a7e0f Mon Sep 17 00:00:00 2001 From: Xiaoxia Date: Fri, 4 Apr 2025 15:29:44 +0800 Subject: [PATCH] fix startup sound --- main/application.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/main/application.cc b/main/application.cc index 0ba1ffe7..f01c7546 100644 --- a/main/application.cc +++ b/main/application.cc @@ -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;