From cea7f6ca7f65b036892965a6e0ffd22d5afcd190 Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期五, 01 三月 2024 09:34:54 +0800
Subject: [PATCH] 功能测试代码开发完成

---
 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