修复ctl.sh: init_pins不再强制覆写showImg=1

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
spdis
2026-06-10 15:20:19 +08:00
parent 114d93cec7
commit 457d608621
-1
View File
@@ -47,7 +47,6 @@ init_pins() {
echo 0 > "$DIR/mortor_kd" 2>/dev/null
echo 40 > "$DIR/foresee" 2>/dev/null
echo 0 > "$DIR/start" 2>/dev/null
echo 1 > "$DIR/showImg" 2>/dev/null
echo "[demo] 引脚初始化完成"
}