fix xmini-c3 toggle state

This commit is contained in:
Terrence
2025-02-14 05:20:59 +08:00
parent 8f6691859c
commit 1d1a0c43ba
3 changed files with 9 additions and 5 deletions

View File

@@ -45,7 +45,6 @@ private:
if (app.GetDeviceState() == kDeviceStateStarting && !WifiStation::GetInstance().IsConnected()) {
ResetWifiConfiguration();
}
app.ToggleChatState();
});
boot_button_.OnPressDown([this]() {
Application::GetInstance().StartListening();