From f64e5147dfd5f33e098b97a00ff19d0cd5e58e85 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期二, 24 十月 2023 17:21:27 +0800 Subject: [PATCH] V2.71 --- 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 2e40765..f90658f 100644 --- a/Src/application/global_param.h +++ b/Src/application/global_param.h @@ -9,12 +9,12 @@ /*---------------Map Definition-------------------*/ #define MAP_SIGN_INDEX 0x0 -#define VERSION 0x1 +#define VERSION 0x1 #define DEV_ID 0x2 //设备的Id #define COM_INTERVAL 0x3 //通讯间隔 #define MAX_REPORT_ANC_NUM 0x4 //单次通讯基站上限 #define GROUP_ID 0x5 //单次通讯基站下限 -#define DIST_OFFSET 0x6 +#define DIST_OFFSET 0x6 #define DEV_ROLE 0x7 //该设备是anchor还是tag #define ANC_POLL 0x8 //基站主动测距 -- Gitblit v1.9.3