From b3b682c88a4468f47104f94eebfdbadbfaf10e6e Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期五, 14 二月 2025 09:26:09 +0800
Subject: [PATCH] 1111

---
 keil/include/drivers/global_param.h |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/keil/include/drivers/global_param.h b/keil/include/drivers/global_param.h
index 3c8d5fa..1bc3a83 100644
--- a/keil/include/drivers/global_param.h
+++ b/keil/include/drivers/global_param.h
@@ -12,16 +12,16 @@
 #define 	VERSION        			        0x1		
 #define 	DEV_ID						    0x2		//设备的Id
 #define 	COM_INTERVAL					0x3		//通讯间隔
-#define   OFFSET_AS_TAG         0x3
 
 #define 	MAX_REPORT_ANC_NUM		        0x4		//单次通讯基站上限
 #define 	GROUP_ID						0x5		//单次通讯基站下限
 #define 	DIST_OFFSET						0x6	
+#define		LORA_POWER				  0x6
 #define 	DEV_ROLE						0x7		//该设备是anchor还是tag	
 #define 	ANC_POLL						0x8		//基站主动测距
 
 #define 	ALARM_DEV						0x9		//是哪个设备报警
-
+#define 		 UWB_RNAGE_TIME                  0xA 
 #define		ALARM_DISTANCE1			0xA		//小于多少距离报警
 #define		ALARM_DISTANCE2			0xB		//小于多少距离报警
 #define		ALARM_DISTANCE3			0xC		//小于多少距离报警
@@ -50,7 +50,6 @@
 #define      NEARBASE_ID7                    0x17
 #define      NEARBASE_ID8                    0x18
 #define      NEARBASE_ID9                    0x19
-#define      LOG_4G_ENABLE                   0x19
 #define      NEARBASE_ID10                   0x1a
 
 #define 	POWER           		0x1B

--
Gitblit v1.9.3