From 7e864f1d0b26f0e5dd4c073f8fe764eb286fe961 Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期四, 06 五月 2021 12:59:59 +0800 Subject: [PATCH] 回退V1.41 无滤波 --- 源码/核心板/Src/application/dw_app.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h" index 73d4193..771b8c7 100644 --- "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h" +++ "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h" @@ -18,8 +18,8 @@ #include <stdio.h> #include "beep.h" #include <math.h> - -//#define USART_INTEGRATE_OUTPUT +#include "TrackingDiff.h" +#define USART_INTEGRATE_OUTPUT //#define NEWBOARD @@ -36,7 +36,7 @@ #define DFT_RAND_DLY_TIM_MS 1 #define QUIT_SLOT_TIME 5 #define KEEP_TIMES 3 - +#define SLOT_SCALE 0.7 #define RNG_DELAY_MS 100 /* Default antenna delay values for 64 MHz PRF. See NOTE 1 below. */ -- Gitblit v1.9.3