From 2fa2c5d4c6f576fd7a3ff8a96243eacebef6f4b1 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期三, 24 一月 2024 18:40:02 +0800 Subject: [PATCH] 暂时性提交 --- Src/application/dw_mbx_anc.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Src/application/dw_mbx_anc.c b/Src/application/dw_mbx_anc.c index c40f9e6..d537455 100644 --- a/Src/application/dw_mbx_anc.c +++ b/Src/application/dw_mbx_anc.c @@ -101,8 +101,8 @@ if(end_count>=32768) {end_count-=32768;} current_count=HAL_LPTIM_ReadCounter(&hlptim1); - SetFlagLoraWaitSync(0); - Radio.Rx(5000); + SetFlagLoraWaitSync(1); + Radio.Rx(100); while(GetFlagLoraWaitSync()) { current_count=HAL_LPTIM_ReadCounter(&hlptim1); -- Gitblit v1.9.3