From 18fe9f79aa8511e8a86821922a8f33363dabd527 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期四, 07 八月 2025 17:48:25 +0800 Subject: [PATCH] 2.89,改为时间片间隔8ms 125个片 25个标签 5hz最多,去掉dispoll regpoll 防撞3是写实时间片 临近基站2是主基站id --- Src/application/dw_app.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Src/application/dw_app.h b/Src/application/dw_app.h index c0aa66f..e9447bf 100644 --- a/Src/application/dw_app.h +++ b/Src/application/dw_app.h @@ -17,8 +17,8 @@ #define DEFAULT_RFPOWER 30 #define REGISTER_FREQUENCY 1 #define HEX_OUTPUT -#define TOTAL_SLOTNUM 200 -#define SLOTTIME_MS 48 +#define TOTAL_SLOTNUM 125 +#define SLOTTIME_MS 80 #define SLOT_SCALE 0.8 #define MAX_NEARBASE_NUM 12 #define KEEP_TIMES 3 -- Gitblit v1.9.3