fix reset mcu

This commit is contained in:
2026-03-11 16:06:13 +08:00
parent ebf06e4b0c
commit 676c016501

View File

@@ -22,7 +22,7 @@ if [ "$#" -ne 2 ]; then
fi fi
stty -F $1 speed $2 cs8 -parenb -cstopb raw -echo -echoe -echok -echoctl -echoke stty -F $1 speed $2 cs8 -parenb -cstopb raw -echo -echoe -echok -echoctl -echoke
echo -e "RESET!" > $1 echo -e "RESET!\r" > $1
#说明: #说明: