From ba8b4881ef45267603fd56e167769664b9edd566 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期日, 28 五月 2023 15:15:02 +0800
Subject: [PATCH] V1.62 10标签对25基站测试通过,香港L4测试没问题

---
 Src/application/global_param.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Src/application/global_param.h b/Src/application/global_param.h
index ef9b100..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
 
@@ -57,11 +57,11 @@
 /*------------END Map Definition-------------------*/
 
 
-extern uint16_t g_com_map[COM_MAP_SIZE];
+extern uint16_t g_com_map[COM_MAP_SIZE],g_com_map2[COM_MAP_SIZE];
 extern uint16_t rtag_com_map[30];
 
 extern uint32_t save_com_map_to_flash(void);
 extern void parameter_init(void);
-
+void EnterUWBUpdateMode(void);
 #endif
 

--
Gitblit v1.9.3