From e669e5e3c5de1852f814f16e5c7a5aec05a2471f Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期四, 26 九月 2024 11:47:04 +0800 Subject: [PATCH] 安邦车载手环V1.5版本,去掉了作为标签时加车载offset的重复校准 --- 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