update v0.0.3

- 修复可能漏掉包的问题
pull/7/head
ERR0RPR0MPT 2024-04-10 09:03:54 +08:00
parent 86c1e22bc9
commit 3795c388f7
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class SerialManager:
while True:
# 延迟匹配波特率
# time.sleep(0.01) # 9600
time.sleep(0.002) # 115200
time.sleep(0.002) # 115200ccccccccccxxccccccccxxxxxxxxxxxcccxxxxxxxccccccccccccddddddddddcdddcccdcddddddcccccc
if not self.startUp:
# print("当前没有启动")
continue