Compare commits

..

2 Commits

Author SHA1 Message Date
Terrence
9c1f8a1d06 bump to 0.9.5 2024-12-03 22:03:22 +08:00
Terrence
313dd712e3 fix boot button 2024-12-03 22:02:47 +08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.16)
set(PROJECT_VER "0.9.4")
set(PROJECT_VER "0.9.5")
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(xiaozhi)

View File

@@ -44,6 +44,7 @@ private:
if (app.GetChatState() == kChatStateUnknown && !WifiStation::GetInstance().IsConnected()) {
ResetWifiConfiguration();
}
app.ToggleChatState();
});
touch_button_.OnPressDown([this]() {
Application::GetInstance().StartListening();