From 22aa614088b0b62d7b4c26164ec936bc6b933269 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期四, 30 十一月 2023 16:05:02 +0800 Subject: [PATCH] V1.2 去掉LDE阈值修改 --- 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 475b788..1cb6d69 100644 --- a/Src/application/dw_app.c +++ b/Src/application/dw_app.c @@ -184,7 +184,7 @@ /* Configure DW1000. See NOTE 6 below. */ dwt_configure(&config);//配置DW1000 - SetNLOSNTMSettings(); + // SetNLOSNTMSettings(); /* Apply default antenna delay value. See NOTE 1 below. */ -- Gitblit v1.9.3