From a26a36940097da7c033be9199219374801d9b32c Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期四, 16 四月 2020 22:07:51 +0800 Subject: [PATCH] V1.11 修复读取参数回复BUG --- 源码/核心板/Src/application/dw_app.h | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h" index 114ded4..18027c6 100644 --- "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h" +++ "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h" @@ -18,8 +18,9 @@ #include <stdio.h> #include "beep.h" #include <math.h> + +#define USART_INTEGRATE_OUTPUT //#define WORK_MODE_TAG -#define WORK_MODE_ANCHOR //#define NEWBOARD //#define TAG_OUTPUT @@ -114,7 +115,7 @@ extern uint32_t g_UWB_com_interval; extern float dis_after_filter; extern LPFilter_Frac* p_Dis_Filter; //测距用的低通滤波器 -extern u8 usart_send[25]; +extern u8 usart_send[100]; void IdleTask(void); uint16_t Checksum_u16(uint8_t* pdata, uint32_t len); -- Gitblit v1.9.3