From c1a1e9ca3319de5f8fa3d68c63e7aa12f5b7ebd5 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期二, 23 一月 2024 17:07:14 +0800
Subject: [PATCH] V3.23 修复多标签测距丢包BUG,问题原因是rxbuffer长度不够,溢出了。

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

diff --git a/Src/application/dw_app.h b/Src/application/dw_app.h
index ee45565..ec75682 100644
--- a/Src/application/dw_app.h
+++ b/Src/application/dw_app.h
@@ -31,7 +31,7 @@
 #define SYNC_SEQ_IDX    			5
 #define REMOTEPARA_LEN 18
 #define TOTAL_SLOTNUM 200
-#define SLOTTIME_MS 48
+#define SLOTTIME_MS 68
 
 #define POLL     							0x01
 #define RESPONSE 							0x02

--
Gitblit v1.9.3