From c7bcc24c444c9b9197beb9ce6541f85e6b4f8c5c Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期二, 06 四月 2021 11:00:08 +0800 Subject: [PATCH] 增加WIFI串口输出模式,待测试 --- 源码/核心板/Src/application/dw_app.h | 3 ++- 1 files changed, 2 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.h" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h" index e20e179..411bd5b 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" @@ -92,7 +92,8 @@ #define ANCTIMEUS 16 #define MAINBASE_INDEX 18 #define MOTORSTATE_INDEX 19 -#define REMOTEPARA_INDEX 20 +#define NR_NEARSWITCH_DISTANCE 20 +#define REMOTEPARA_INDEX 22 #define TAGSLOTPOS 7 //Final -- Gitblit v1.9.3