添加 SU-03T 语音命令解析与分发功能,更新主流程以支持语音命令处理

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Wang Beihong
2026-04-23 21:58:56 +08:00
parent 80de6eb366
commit 5916428fe4
4 changed files with 250 additions and 20 deletions

View File

@@ -1,3 +1,3 @@
idf_component_register(SRCS "su-03t.c"
idf_component_register(SRCS "su-03t.c" "su-03t_voice.c"
INCLUDE_DIRS "include"
REQUIRES driver)
REQUIRES driver log)