add:增加倒车功能

This commit is contained in:
2026-04-01 17:27:55 +08:00
parent 6551f227be
commit fc4b56776b
4 changed files with 106 additions and 4136 deletions

View File

@@ -8,7 +8,7 @@ from tkinter import ttk, scrolledtext
# ==========================================================
# 串口配置
# ==========================================================
SERIAL_PORT = "/dev/ttyS3"
SERIAL_PORT = "/dev/ttyS0"
BAUD_RATE = 115200
TIMEOUT = 1