From 84649c69381018c8cba0657922c5bed4ddfaf0f7 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期五, 17 五月 2024 15:35:46 +0800 Subject: [PATCH] V2.28 改成收1秒 等3秒,中间会多次发lora --- Src/application/global_param.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Src/application/global_param.h b/Src/application/global_param.h index 0d3c2f3..cd21f80 100644 --- a/Src/application/global_param.h +++ b/Src/application/global_param.h @@ -21,7 +21,7 @@ #define ALARM_DEV 0x9 //是哪个设备报警 #define ALARM_DISTANCE1 0xA //小于多少距离报警 -#define LORA_POWER 0xA +//#define LORA_POWER 0xA #define ALARM_DISTANCE2 0xB //小于多少距离报警 #define ALARM_DISTANCE3 0xC //小于多少距离报警 #define PAIR_ID 0xD //小于多少距离报警 -- Gitblit v1.9.3