add voice

This commit is contained in:
朱潮 2025-09-27 15:16:42 +08:00
parent 37223d78b2
commit 644bbbf1ad

View File

@ -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
}
# 主函数