Files
FWupdater/说明.md
2025-09-07 11:10:19 +08:00

11 lines
424 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 升级逻辑
MCU端有bootloader和APP分区
开机后默认进入bootloader倒计时3s后跳转APP区。3s内请求页面则中断倒计时。
bootloader有静态页面通过页面更新固件。
上传固件文件直接写入app区。
固件文件前256字节为固件信息。
固件信息包含版本信息、编译日期、主要更新日志等
# 静态页面
html压缩
https://kangax.github.io/html-minifier/