Skip to content

Commit a3ac3fa

Browse files
committed
docs: Add reboot section with data format details
1 parent 753bb1d commit a3ac3fa

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,21 @@ Data 区变长,至少 $64$ 个字节。
111111
| $\mathrm{size}$ | 网址,使用 `utf-16le` 编码 |
112112
| $4$ | 全 $0$ 段 |
113113

114+
### Reboot
115+
116+
Data 区长 $582$。
117+
118+
| 长度 | 内容 |
119+
| :---: | :------------------------------------------------------: |
120+
| $12$ | `444d4f43000001002a020000` |
121+
| $16$ | 随机二进制串 |
122+
| $27$ | `204e0000c0a8e9011d0200001d0200000002000000000000130000` |
123+
| $1$ | 立即重启 `01`;应用超时 `00` |
124+
| $4$ | 超时时间,小端序编码 |
125+
| $8$ | `0100000000000000` |
126+
| $256$ | 提示信息,`utf-16le` 编码 |
127+
| $258$ | 全 $0$ 段 |
128+
114129
## License
115130

116131
MIT 协议。

0 commit comments

Comments
 (0)