From 7deaee2f7153d773fa3c780067943f475030ea69 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期四, 26 九月 2024 18:28:06 +0800 Subject: [PATCH] 尝试解决误报逻辑,优化UDP重连问题对应手环版本V1.6 --- user_config.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/user_config.h b/user_config.h index 4936b24..527f413 100644 --- a/user_config.h +++ b/user_config.h @@ -147,6 +147,8 @@ /** Antenna pattern: Linear or Square */ #define SQUARE_4ANTS (0) +#define RANGING_CORR (0) + /** Velocity of propagation (%) */ #define VP_VAL (100) -- Gitblit v1.9.3