From 3b19dc344747490da28042022915399ccb98edca Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期五, 23 五月 2025 15:48:35 +0800 Subject: [PATCH] 2.84,开放气压计 --- Src/application/dw_app.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Src/application/dw_app.h b/Src/application/dw_app.h index 33e73bf..c0aa66f 100644 --- a/Src/application/dw_app.h +++ b/Src/application/dw_app.h @@ -19,7 +19,7 @@ #define HEX_OUTPUT #define TOTAL_SLOTNUM 200 #define SLOTTIME_MS 48 -#define SLOT_SCALE 0.55 +#define SLOT_SCALE 0.8 #define MAX_NEARBASE_NUM 12 #define KEEP_TIMES 3 @@ -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