This commit is contained in:
PhatenIoT-yan
2025-12-25 14:21:26 +08:00
parent ed34548c71
commit 00f42eab80
72 changed files with 2193 additions and 471 deletions

View File

@@ -754,7 +754,7 @@ sequenceDiagram
版本: 1字节 - 0x03
命令字: 1字节 - 0xF1
数据长度: 1字节 - 2
数据: 2字节 -
数据: 0字节 -
校验和: 1字节 - 从帧头开始按字节求和结果对256求余
```
@@ -764,7 +764,7 @@ sequenceDiagram
版本: 1字节 - 0x00
命令字: 1字节 - 0xF1
数据长度: 1字节 - 0
数据: 0字节
数据: 3字节
校验和: 1字节 - 从帧头开始按字节求和结果对256求余
```