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"