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
+26
View File
@@ -4,6 +4,31 @@
---
## 2026-09-03 — 黄灯一长一短模式时序调整(固件 V4.32)
> **固件版本:V4.32**cmcng.hFIRMWARE_VER="4.32" + MAIN=4/SUB=32)。devlog 修订 V2.30。
### 拍板(2026-09-03
电感量告警黄灯**一长一短**模式节奏调整(原 V4.26 拍板 200/100/100/800ms):
**长亮 300ms → 灭 100ms → 短亮 100ms → 灭 700ms → 循环**
(长亮+100ms,末段灭 800→700ms,总周期 1.1s→1.2s 变 1.2s→1.2s?实际 200+100+100+800=1.2s → 300+100+100+700=**1.2s 总周期不变**,节奏感更明显)
### 改动
- TaskLoop.c poll_yellow_led() 模式 5`dur[4] = {40,20,20,160}``{60,20,20,140}`5ms/tick = 300/100/100/700ms
- 注释同步;版本 V4.31→V4.32spec V2.11 / devlog V2.30 / design doc §6 注记
### 验证
- 语法 0 errorcoil_range/env/red_breath/power_on_stable 测试不受影响(模式时序为 poll 层常量,无单测耦合)
### 待现场验证
- 超范围线圈(或 f 边界测试)观察:一长(300ms) 一短(100ms) 节奏,总周期 1.2s
## 2026-09-03 — 故障补偿时序再调:预判2s + 补偿7s(固件 V4.31
> **固件版本:V4.31**cmcng.hFIRMWARE_VER="4.31" + MAIN=4/SUB=31)。devlog 修订 V2.29。
@@ -1290,6 +1315,7 @@ if (dev >= dlt_ORG × 4) {
| 版本 | 时间 | 说明 |
|------|------|------|
| V2.30 | 2026-09-03 | V4.32 黄灯一长一短: 200/100/100/800ms → 300/100/100/700ms |
| V2.29 | 2026-09-03 | V4.31 故障补偿时序再调: 预判2s(200)/补偿7s(700)/恢复2s, 总 ~15s |
| V2.28 | 2026-09-03 | V4.30 故障补偿时序: 预判3s(300)/补偿8s(800)/恢复2s(200), 总 ~16s |
| V2.27 | 2026-09-03 | V4.29 硬件修复(拨码三极管5.1K→0Ω)后 C_eff=68.1~68.9nF≈名义66, COIL_CAL_C_NF 43→68 (旧43为5.1K带病特性作废) |