From 11e279420324ddd19266d58be21d1abdfc927ea7 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期四, 07 三月 2024 16:19:31 +0800
Subject: [PATCH] V1.9 调整同步信号,提前5ms接收,超时时间增加5ms,同步更稳定

---
 Src/application/dw_mbx_anc.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Src/application/dw_mbx_anc.h b/Src/application/dw_mbx_anc.h
index 6818e1a..0ade95f 100644
--- a/Src/application/dw_mbx_anc.h
+++ b/Src/application/dw_mbx_anc.h
@@ -73,7 +73,7 @@
 
 #define WGRSP_RWTAG_NONE    0//网关回复标签,无读写 
 #define WGRSP_RWTAG_READ    2//网关回复标签,无读写 
-#define WGRSP_RWTAG_WRITE   1//网关回复标签,无读写 
+#define WGRSP_RWTAG_WRITE   0x11//网关回复标签,无读写 
 
 //#define LORA_MSGTYPE_READPARARESP       0x39  //标签基站回复网关读取配置指令
 #define MSG_TYPE_IDX            0   //LORA MSG TYPE 定义

--
Gitblit v1.9.3