feat(DLD154V4B): 灵敏度最高档调整 SENS=3 10→20 + 文档同步
- src/TaskLoop.c: SensTable[3] 10→20 (Δf/f 0.015%→0.031%, ΔL/L 0.031%→0.061%), SensTable_1[3] 9→14 (滞回 90%→70%) — 最高档原阈值贴近噪声底易误触发, 提高并加大滞回 - src/main.c: 注释掉重复定义 g_input_div=1 (TaskLoop.c:23 已有, 清理 ODR) - docs/technical-spec.md §4.3.1 灵敏度表+表格+口径说明 - docs/reference_analysis.md §5.6 灵敏度表 - docs/devlog.md 置顶 2026-08-27 条目 + 修订记录 V2.8
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
crm_clocks_freq_type g_crm_clocks_freq_struct = {0};
|
||||
tmr_input_config_type g_tmr_input_config_struct;
|
||||
__IO uint32_t sys_counter = 0;
|
||||
uint8_t g_input_div = 1;
|
||||
//uint8_t g_input_div = 1;
|
||||
|
||||
|
||||
TaskHandle_t loop_task_handler;
|
||||
|
||||
Reference in New Issue
Block a user