From c1e6196d3da930a82f12313bce04205b3488f7f1 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期日, 24 三月 2024 09:22:59 +0800 Subject: [PATCH] Merge branch '免布线标签-lora-泰斗GPS' of http://47.108.70.204:60062/r/XRange_Tag into 免布线标签-lora-泰斗GPS --- Src/application/global_param.h | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Src/application/global_param.h b/Src/application/global_param.h index 3a72076..24ea9f6 100644 --- a/Src/application/global_param.h +++ b/Src/application/global_param.h @@ -20,6 +20,7 @@ #define ALARM_DEV 0x9 //是哪个设备报警 #define ALARM_DISTANCE1 0xA //小于多少距离报警 +#define LORA_POWER 0xA #define ALARM_DISTANCE2 0xB //小于多少距离报警 #define ALARM_DISTANCE3 0xC //小于多少距离报警 #define PAIR_ID 0xD //小于多少距离报警 @@ -45,9 +46,10 @@ #define IMU_ENABLE 0x1F #define REMOTEPARA_STATE 0x20 #define ACTIVE_INDEX 0x22 +#define HEIGHTOFFEST_INDEX 0x28 -#define MOTOR_ONTIME 500 -#define MOTOR_OFFTIME 500 +#define MOTOR_ONTIME 500 +#define MOTOR_OFFTIME 500 #define CNT_RESTART 0x30 #define CNT_REBOOT 0x31 -- Gitblit v1.9.3