From 1ebb1f507bf7e2b95782bff74ffc5d48e9b5394b Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期四, 26 九月 2024 11:49:09 +0800 Subject: [PATCH] 车载V1.5版本,增加滤波算法和上传数据修改,延长更新现存列表时间,解决无法对所有通信设备全部校准offset的bug --- APL/dw_app.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/APL/dw_app.c b/APL/dw_app.c index b2b287a..5e83225 100644 --- a/APL/dw_app.c +++ b/APL/dw_app.c @@ -126,7 +126,7 @@ static uint64_t resp_tx_ts; static uint64_t final_rx_ts; static double tof; -int32_t anchor_dist_last_frm[TAG_NUM_IN_SYS],his_dist[TAG_NUM_IN_SYS]; ; +int32_t anchor_dist_last_frm[TAG_NUM_IN_SYS]; uint32_t tag_id = 0; uint32_t tag_id_recv = 0; uint32_t anc_id_recv = 0; -- Gitblit v1.9.3