修改背光,添加音频文件

This commit is contained in:
huangjituan
2024-10-22 17:27:13 +08:00
parent 96fc98fa52
commit 1630ee17c9
11 changed files with 24 additions and 20 deletions

View File

@@ -13,7 +13,7 @@ export HOME=${HOME:-/root}
export PS1='\u@\h:\w\$ '
export LD_LIBRARY_PATH=/usr/lib/eyesee-mpp:${LD_LIBRARY_PATH}
ulimit -c unlimited
mount -t debugfs none /sys/kernel/debug
#mount -t debugfs none /sys/kernel/debug
[ -x /bin/more ] || alias more=less
[ -x /usr/bin/vim ] && alias vi=vim || alias vim=vi