From e53c046d08a448638a56af05ca293310e10b0228 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期四, 24 四月 2025 17:49:38 +0800 Subject: [PATCH] V1.11版本加入一小时后无测距重启逻辑,缩减开机后为1s全速运行 --- keil/dw_app.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/keil/dw_app.c b/keil/dw_app.c index b7dda3b..45c2966 100644 --- a/keil/dw_app.c +++ b/keil/dw_app.c @@ -128,7 +128,7 @@ if(distance>-1000&&distance<100000) { - taglist_dist[i+taglist_current_index] = distance+(int16_t)g_com_map[OFFSET_AS_URT_TAG];//offset未加 + taglist_dist[i+taglist_current_index] = distance+(int16_t)g_com_map[DIST_OFFSET];//offset未加 }else{ taglist_dist[i] = 0x2ffff; } -- Gitblit v1.9.3