From a165f74b59eac3a5f62aa638eb4d13f64e061d46 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期一, 24 十月 2022 17:43:04 +0800 Subject: [PATCH] 2.55 修改标签震动蜂鸣配置到临近基站ID1中 --- Src/application/dw_app.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Src/application/dw_app.c b/Src/application/dw_app.c index fdd53fe..400631f 100644 --- a/Src/application/dw_app.c +++ b/Src/application/dw_app.c @@ -1049,7 +1049,7 @@ #endif }else if(mainbase_lost_count>5*tag_frequency) { - tag_state = DISCPOLL; + // tag_state = DISCPOLL; } if(mainbase_lost_count!=0) { -- Gitblit v1.9.3