From a687a12d6333fc0e31dfd019893d7e49a3000d69 Mon Sep 17 00:00:00 2001
From: zhyinch <zhyinch@gmail.com>
Date: 星期日, 21 六月 2020 21:03:56 +0800
Subject: [PATCH] 1低功耗标签对5基站,测试完成

---
 Src/application/dw_app.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Src/application/dw_app.c b/Src/application/dw_app.c
index 8399bff..50fba29 100644
--- a/Src/application/dw_app.c
+++ b/Src/application/dw_app.c
@@ -47,12 +47,12 @@
 #define POLL_TX_TO_RESP_RX_DLY_UUS 150
 /* This is the delay from Frame RX timestamp to TX reply timestamp used for calculating/setting the DW1000's delayed TX function. This includes the
  * frame length of approximately 2.66 ms with above configuration. */
-#define RESP_RX_TO_FINAL_TX_DLY_UUS 1550
+#define RESP_RX_TO_FINAL_TX_DLY_UUS 410
 
 /* Receive response timeout. See NOTE 5 below. */
 #define RESP_RX_TIMEOUT_UUS 600
 
-#define DELAY_BETWEEN_TWO_FRAME_UUS 600
+#define DELAY_BETWEEN_TWO_FRAME_UUS 400
 
 #define POLL_RX_TO_RESP_TX_DLY_UUS 420
 /* This is the delay from the end of the frame transmission to the enable of the receiver, as programmed for the DW1000's wait for response feature. */

--
Gitblit v1.9.3