From 1de689845a59b0b702dff9925632081f1c580f27 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期二, 29 十月 2024 15:48:56 +0800 Subject: [PATCH] 安邦车载V1.6,缩短了帧间隔变为400 --- APL/uwb_app.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/APL/uwb_app.c b/APL/uwb_app.c index 3f98a80..4174cd0 100644 --- a/APL/uwb_app.c +++ b/APL/uwb_app.c @@ -133,7 +133,7 @@ //deca_sleep(1000); - g_com_map[VERSION] = (1<<8)|5; + g_com_map[VERSION] = (1<<8)|6; udp_uwbenable = 1; -- Gitblit v1.9.3