docs: 移除低功耗待机及屏幕休眠设计,改为竖屏常显与全时射频监听

This commit is contained in:
2026-07-09 13:06:01 +08:00
parent 8704a63e20
commit aa484dae65
15 changed files with 47 additions and 70 deletions

View File

@@ -58,3 +58,5 @@ typedef enum {
2. 读取 STC32G 硬件全球唯一 ID (UID)。
3. 提取 UID 中的后 3 字节,并通过 `& 0x0FFFFF` 裁剪为 20 位 EV1527 源地址,赋值给全局变量 `bracelet_factory_id`。如果读取失败,则默认赋予 `0x37A86UL`
4. 载入数据库并配置 Timer1 和外设 GPIO 状态。
<!-- Checked and verified with always-on screen and sleep removal changes -->