From 02e3adde186a6817de8bffce26edd16f45b05467 Mon Sep 17 00:00:00 2001
From: zhyinch <zhyinch@gmail.com>
Date: 星期一, 19 十月 2020 11:38:38 +0800
Subject: [PATCH] V1.30 1.增加修改参数回复。

---
 源码/核心板/Src/application/dw_app.h |    4 ++--
 1 files changed, 2 insertions(+), 2 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..0bc8089 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"
@@ -19,7 +19,7 @@
 #include "beep.h"
 #include <math.h>
 
-//#define USART_INTEGRATE_OUTPUT
+#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