feat(DLD154V4B): V2.11 灵敏度 0/1 档对齐 PD132T(216/108→300/60)

PD132T 客户现场替换平滑交付:
- SensTable {216,108,36,20} → {300,60,36,20}
  0/1 档严格对齐 PD132T (Δf/f 0.33%/0.16%→0.46%/0.09%)
  2/3 档保持 V4B 优化值 (与 PD132T 32/21 几乎一致)
- 离开表不动 (3 次确认+滞回已更稳)
- 文档同步: technical-spec/product-manual/release-notes/devlog (V2.11)
- 完整交付分析: vd-analysis/docs/pd132t-to-v4b-delivery-alignment.md
This commit is contained in:
wangfq
2026-08-28 10:38:02 +08:00
parent 794e097587
commit b3bbb29300
5 changed files with 50 additions and 11 deletions
@@ -13,7 +13,7 @@
* 离开阈值(滞回)= Origin × SensTable_1[SENS] / 65536
* SENS: 0=低灵敏, 3=高灵敏
*===========================================================================*/
const uint16_t SensTable[4] = {216, 108, 36, 20};
const uint16_t SensTable[4] = {300, 60, 36, 20}; // V2.11: 0/1 档对齐 PD132T (0.458%/0.092% df/f), 2/3 档保持
const uint16_t SensTable_1[4] = {108, 72, 18, 14};
/*===========================================================================