From 7fcfaa0e0063073f9db7d15757a5592355712022 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期一, 13 五月 2024 15:09:48 +0800 Subject: [PATCH] V2.77 增加气压计驱动 --- Src/application/dw_app.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Src/application/dw_app.h b/Src/application/dw_app.h index 33e73bf..64b701c 100644 --- a/Src/application/dw_app.h +++ b/Src/application/dw_app.h @@ -48,6 +48,7 @@ #define DISCOVERPOLL 0x0A #define DISCOVERRESPONSE 0x0B #define DISCOVERFINAL 0x0C +#define DISCOVERPOLL2 0x1A #define POS_MSG 0x15 #define POS_POLL 0x16 @@ -56,6 +57,7 @@ #define REG_POLL 0x10 // #define REG_RESPONSE 0x11 // +#define REG_POLL2 0x20 // //General #define GROUP_ID_IDX 0 #define ANCHOR_ID_IDX 1 -- Gitblit v1.9.3