forked from xiaozhi/xiaozhi-esp32
toggle and hold mode cannot work together
This commit is contained in:
@@ -60,12 +60,6 @@ private:
|
||||
}
|
||||
app.ToggleChatState();
|
||||
});
|
||||
boot_button_.OnPressDown([this]() {
|
||||
Application::GetInstance().StartListening();
|
||||
});
|
||||
boot_button_.OnPressUp([this]() {
|
||||
Application::GetInstance().StopListening();
|
||||
});
|
||||
}
|
||||
|
||||
void InitializeSt7789Display() {
|
||||
|
||||
Reference in New Issue
Block a user