forked from xiaozhi/xiaozhi-esp32
fix boot button
This commit is contained in:
@@ -44,6 +44,7 @@ private:
|
||||
if (app.GetChatState() == kChatStateUnknown && !WifiStation::GetInstance().IsConnected()) {
|
||||
ResetWifiConfiguration();
|
||||
}
|
||||
app.ToggleChatState();
|
||||
});
|
||||
touch_button_.OnPressDown([this]() {
|
||||
Application::GetInstance().StartListening();
|
||||
|
||||
Reference in New Issue
Block a user