1、Makefile 与 CodeBlocks 编译单元对齐,补 make pack / BURN_KEY,增加 build.bat 与固件打包脚本

2、下载脚本同时生成无 Key / 带 Key 镜像,USB 默认烧无 Key,build.bat key 烧带 Key
3、配对超时从 60s 改为 120s
4、增加需求文档
This commit is contained in:
2026-08-26 17:06:28 +08:00
parent 93c1943992
commit 4ee0f86d13
11 changed files with 493 additions and 251 deletions
+6
View File
@@ -0,0 +1,6 @@
burner_nokey|不带 Key:产线批量烧录器镜像(调试、未加密芯片)
app_nokey|不带 Key:手机 APP / 小程序 OTAUFW
gw_nokey|不带 Key55AA 服务器 OTA / 网关 OTA(杰理双备份包)
burner_key|带 Key:产线批量烧录器镜像(烧录器需配置同一把 key)
app_key|带 Key:手机 APP / 小程序 OTAUFW
gw_key|带 Key55AA 服务器 OTA / 网关 OTA(杰理双备份包)