feat(V4B): V4.32 — 黄灯一长一短时序 200/100/100/800 → 300/100/100/700ms

poll_yellow_led 模式5 dur[4] {40,20,20,160}→{60,20,20,140} (5ms/tick);
总周期 1.2s 不变, 长亮更醒目。语法0 error, 4测试不受影响(纯poll层常量)
文档: devlog V2.30 / spec V2.11 / design doc §6 注记
This commit is contained in:
wangfq
2026-09-03 16:29:09 +08:00
parent 7983bfd72d
commit 2632d51cbf
5 changed files with 34 additions and 5 deletions
+2
View File
@@ -113,6 +113,8 @@ COIL_F_GREEN_LOW..HIGH → 正常
|------|------|------|
| 1 | 断开/无线圈 | 快闪 200ms |
| 5(新增) | 线圈电感异常(L 偏大/偏小) | 慢闪 500ms/500ms1Hz |
> **实现定稿(V4.26→V4.32)**:模式 5 实际编码为**一长一短循环**——长亮 300ms / 灭 100ms / 短亮 100ms / 灭 700msV4.32 由 200/100/100/800 调整;TaskLoop.c dur[4]={60,20,20,140}5ms/tick)。§6 上表 500ms 慢闪为早期草案,已被拍板取代。
| 4 | 环境预判/学习中 | 常亮 |
| 3 | 断开史 N 短闪 | — |
| 2 | 正常 | 灭 |