From c8a99f8293e1ae335501390de5bab05db487a0f9 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期四, 29 二月 2024 18:17:59 +0800 Subject: [PATCH] Merge branch '免布线基站-lora' of http://47.108.70.204:60062/r/XRange_Tag into 免布线基站-lora --- Src/application/dw_mbx_anc.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Src/application/dw_mbx_anc.h b/Src/application/dw_mbx_anc.h index 9532178..cd99989 100644 --- a/Src/application/dw_mbx_anc.h +++ b/Src/application/dw_mbx_anc.h @@ -10,8 +10,11 @@ #include "lora.h" #include "radio.h" #include "led.h" +#include "dps310.h" //LORA 数据格式 +#define _USE_BAR_ //使用气压计 + //免布线系统中 所有的LORA传输信息都包含在下面的MSG TYPE(消息类型)格式中,不同的消息类型,会对应不同的所有格式 //LORA MSG TYPE的几种类型 #define LORA_MSGTYPE_SYNC 1//网关下发给基站的同步信息 -- Gitblit v1.9.3