From 59d2aebded1f4ddb04596d4d821c7fce00ed8962 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期二, 19 十一月 2024 20:41:41 +0800 Subject: [PATCH] 初步调通,但是发现好像是基站的问题,基站初次启动,40秒不测距。去解决基站问题 --- Src/application/dw_app.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Src/application/dw_app.h b/Src/application/dw_app.h index 0928e1f..3f0a820 100644 --- a/Src/application/dw_app.h +++ b/Src/application/dw_app.h @@ -113,7 +113,7 @@ extern uint32_t g_UWB_com_interval; extern float dis_after_filter; -extern uint8_t usart_send[25]; +extern uint8_t usart_send[100]; void IdleTask(void); uint16_t Checksum_u16(uint8_t* pdata, uint32_t len); -- Gitblit v1.9.3