From 3b088e726d8d468aa7884ad66ef692e0d4d3c606 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期五, 19 四月 2024 14:42:59 +0800 Subject: [PATCH] Merge branch '免布线URT-LORA-L071' of http://47.108.70.204:60062/r/XRange_Tag into 免布线URT-LORA-L071 --- Src/application/global_param.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Src/application/global_param.h b/Src/application/global_param.h index 3941b78..cd21f80 100644 --- a/Src/application/global_param.h +++ b/Src/application/global_param.h @@ -15,11 +15,13 @@ #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 ALARM_DISTANCE1 0xA //小于多少距离报警 +//#define LORA_POWER 0xA #define ALARM_DISTANCE2 0xB //小于多少距离报警 #define ALARM_DISTANCE3 0xC //小于多少距离报警 #define PAIR_ID 0xD //小于多少距离报警 -- Gitblit v1.9.3