From a1750f172c28e19df54b6ca29ab5eb012a2373fe Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期四, 17 十月 2024 15:51:56 +0800 Subject: [PATCH] 加入低功耗,成功实现4G休眠唤醒,有小概率偶发性手环解绑后马达震动问题,打印log偶发性末尾输出有方块未解决 --- 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 14e2bbd..44a1814 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 400 +#define DELAY_BETWEEN_TWO_FRAME_UUS 1400 #define HALF_SECOND_TIME 62400000 static uint16_t CmpTagInList(uint16_t tagid); -- Gitblit v1.9.3