add voice
This commit is contained in:
parent
37223d78b2
commit
644bbbf1ad
@ -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
|
||||
}
|
||||
|
||||
# 主函数
|
||||
|
||||
Loading…
Reference in New Issue
Block a user