From 16ed36e9ca17412fc2886b71fbdefd4fffe8cbe1 Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期一, 23 十二月 2019 19:07:07 +0800 Subject: [PATCH] v1.16 修改数据频率bug --- 源码/核心板/Src/application/global_param.h | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/global_param.h" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/global_param.h" index dfca262..1b895c1 100644 --- "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/global_param.h" +++ "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/global_param.h" @@ -25,6 +25,17 @@ #define HEARTBEAT 0xE #define MODBUS_MODE 0xF +#define NEARBASE_NUM 0x10 +#define NEARBASE_ID1 0x11 +#define NEARBASE_ID2 0x12 +#define NEARBASE_ID3 0x13 +#define NEARBASE_ID4 0x14 +#define NEARBASE_ID5 0x15 +#define NEARBASE_ID6 0x16 +#define NEARBASE_ID7 0x17 +#define NEARBASE_ID8 0x18 +#define NEARBASE_ID9 0x19 +#define NEARBASE_ID10 0x1a #define CNT_RESTART 0x30 #define CNT_REBOOT 0x31 -- Gitblit v1.9.3