toggle and hold mode cannot work together

This commit is contained in:
Terrence
2025-01-26 12:34:42 +08:00
parent 3816f7eb57
commit ce26b8d3a1
4 changed files with 0 additions and 19 deletions

View File

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