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
+1 -1
View File
@@ -58,7 +58,7 @@ AppPairEvt_t app_pair_tick_1ms(uint16_t dt)
if (s_pair.elapsed_ms >= BOARD_PAIR_TIMEOUT_MS) {
s_pair.active = 0;
s_pair.elapsed_ms = 0;
log_info("pair timeout 60s, stay on\n");
log_info("pair timeout 120s, stay on\n");
return APP_PAIR_EVT_FAIL;
}