From a5e16e925923fa444276ca51f0e7c0cbbe07a96c Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期六, 27 五月 2023 15:51:54 +0800 Subject: [PATCH] V1.58 香港机场测试,有BUG --- Src/application/global_param.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Src/application/global_param.h b/Src/application/global_param.h index b4ae08a..3a72076 100644 --- a/Src/application/global_param.h +++ b/Src/application/global_param.h @@ -3,7 +3,7 @@ #include "main.h" -#define COM_MAP_SIZE 512 //MAP表的最大空间 +#define COM_MAP_SIZE 150 //MAP表的最大空间 #define DEFAULT_DISTANCE 1000 //初始测距距离为10米 #define DEFAULT_DEV_ID 5555 //默认设备ID是5555 @@ -62,6 +62,6 @@ extern uint32_t save_com_map_to_flash(void); extern void parameter_init(void); - +void EnterUWBUpdateMode(void); #endif -- Gitblit v1.9.3