From 3529a847eaf2057928742178cca16eee57db31d0 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期五, 15 八月 2025 19:52:47 +0800 Subject: [PATCH] 初步调好demo,会有丢失测距后回来回复测距大概率蜂鸣器一直震的现象未解决 --- keil/uwb_tag.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/keil/uwb_tag.c b/keil/uwb_tag.c index 44a1814..3f1ed2c 100644 --- a/keil/uwb_tag.c +++ b/keil/uwb_tag.c @@ -33,7 +33,7 @@ #define FINAL_MSG_RESP_RX_TS_IDX 14 #define FINAL_MSG_FINAL_TX_TS_IDX 18 #define DELAY_DEFAULT 1000 -#define DELAY_BETWEEN_TWO_FRAME_UUS 1400 +#define DELAY_BETWEEN_TWO_FRAME_UUS 600 //yuan1400 #define HALF_SECOND_TIME 62400000 static uint16_t CmpTagInList(uint16_t tagid); -- Gitblit v1.9.3