From f953be595ef8c2d17c533405e26093b2049f469a Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期二, 25 十月 2022 16:36:41 +0800
Subject: [PATCH] 1.修改定位通讯标志位,不会和其他系统干扰。 2.2.需要配合定位基站V2.111使用

---
 Src/application/dw_app.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Src/application/dw_app.h b/Src/application/dw_app.h
index 747c125..4406180 100644
--- a/Src/application/dw_app.h
+++ b/Src/application/dw_app.h
@@ -49,6 +49,11 @@
 #define DISCOVERRESPONSE     				    0x0B
 #define DISCOVERFINAL     				    0x0C
 
+#define POS_MSG   						0x15
+#define POS_POLL   					    0x16
+#define POS_RESPONSE   			        0x17
+#define POS_FINAL   					0x18
+
 #define REG_POLL   						0x10   //
 #define REG_RESPONSE   				0x11   //
 //General

--
Gitblit v1.9.3