fix:群发模式下无法升级

群发模式下错误的修改了串口1的波特率,未修改到串口2波特率,导致群发升级失败。
This commit is contained in:
yeyangwen
2026-02-27 18:04:21 +08:00
parent 2815979c8a
commit edd325479e
19 changed files with 154 additions and 406 deletions

View File

@@ -1,5 +1,14 @@
# 开发日志
### 2026-02-27
```
修改人:叶阳文
软件版本V06
修改点:
-> 1、群发模式下修改串口2波特率错误的修改了串口1的波特率导致群发升级失败,现已修改。
```
### 2026-02-06