From 644bbbf1ad8b22355e16fcf6f7cf7c3e2d7392d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=BD=AE?= Date: Sat, 27 Sep 2025 15:16:42 +0800 Subject: [PATCH] add voice --- start-local-voice.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/start-local-voice.sh b/start-local-voice.sh index b9d5137..f78c5c5 100755 --- a/start-local-voice.sh +++ b/start-local-voice.sh @@ -108,8 +108,8 @@ start_application() { cd "$LOCAL_VOICE_DIR" || error_exit "无法进入应用目录" # 启动 multiprocess_recorder.py - log "执行: python3 multiprocess_recorder.py --enable-nfc" - exec python3 multiprocess_recorder.py --enable-nfc + log "执行: python3 multiprocess_recorder.py --enable-led --led-count 10 --led-brightness 80 --led-pin 10 --enable-nfc" + exec python3 multiprocess_recorder.py --enable-led --led-count 10 --led-brightness 80 --led-pin 10 --enable-nfc } # 主函数 @@ -135,4 +135,4 @@ main() { } # 执行主函数 -main 2>&1 | tee -a "$LOG_FILE" \ No newline at end of file +main 2>&1 | tee -a "$LOG_FILE"