forked from xiaozhi/xiaozhi-esp32
update the sleep time of xmini-c3 with wake word to 300s (#1007)
This commit is contained in:
@@ -75,6 +75,7 @@ void SleepTimer::CheckTimer() {
|
||||
bool is_wake_word_running = audio_service.IsWakeWordRunning();
|
||||
if (is_wake_word_running) {
|
||||
audio_service.EnableWakeWordDetection(false);
|
||||
vTaskDelay(pdMS_TO_TICKS(100));
|
||||
}
|
||||
|
||||
app.Schedule([this, &app]() {
|
||||
|
||||
Reference in New Issue
Block a user