From 611a8428835af2f45f492c8792280670034f8c9b Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期二, 25 八月 2020 15:38:24 +0800 Subject: [PATCH] 整合输出,基站标志位5 --- 源码/核心板/Src/application/dw_app.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.c" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.c" index faa2f5f..16a2c81 100644 --- "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.c" +++ "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.c" @@ -918,7 +918,7 @@ dis_after_filter=dist_cm; hex_dist = dist_cm+(int16_t)g_com_map[DIST_OFFSET]; g_flag_Taggetdist[taglist_pos]=0; - if(hex_dist>-1000&&hex_dist<100000) + if(hex_dist>-1000&&hex_dist<200000) { if(abs(hex_dist-his_dist[taglist_pos])<1500||misdist_num[taglist_pos]>3) { -- Gitblit v1.9.3