send wake word audio to the server

This commit is contained in:
Terrence
2024-09-03 13:57:18 +08:00
parent 16334ca75f
commit a26541911e
4 changed files with 109 additions and 6 deletions

View File

@@ -83,7 +83,7 @@ void BuiltinLed::Blink(int times, int interval_ms) {
delete args;
this_->blink_task_ = nullptr;
vTaskDelete(NULL);
}, "blink", 1024, args, tskIDLE_PRIORITY, &blink_task_);
}, "blink", 4096, args, tskIDLE_PRIORITY, &blink_task_);
xSemaphoreGive(mutex_);
}