From 1d39caf7235522ae121db7a188ba41a706217407 Mon Sep 17 00:00:00 2001 From: 单军华 <WindShan@danjunhuas-MacBook-Pro.local> Date: Sat, 28 Apr 2018 09:39:49 +0800 Subject: [PATCH] 清理多余代码,优化 --- pregnancy_guard/BaseProject/Define/Defines.h | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/pregnancy_guard/BaseProject/Define/Defines.h b/pregnancy_guard/BaseProject/Define/Defines.h index 63ca0ea..9ce6fec 100644 --- a/pregnancy_guard/BaseProject/Define/Defines.h +++ b/pregnancy_guard/BaseProject/Define/Defines.h @@ -191,10 +191,14 @@ #define LISTON_DEVICE_UUID @"0003CDD1-0000-1000-8000-00805F9B0131" // ������ #define WRITE_DEVICE_UUID @"0003CDD2-0000-1000-8000-00805F9B0131" // ��������� +// < 0.25������ +// >= 0.25 && < 0.8������ +// >= 0.8 && < 2������ +// >= 2������ + #define FUSHE_MIN_VALUE 0 -#define FUSHE_SAFE_VALUE 130 // ������ -#define FUSHE_GOOD_VALUE 260 // ������ -#define FUSHE_CHA_VALUE 390 // ������ -#define FUSHE_DANGER_VALUE 520 // ������ -#define FUSHE_MAX_VALUE 650 // ������ +#define FUSHE_SAFE_VALUE 250 // ������ +#define FUSHE_SLIGHT_VALUE 800 // ������ +#define FUSHE_MODERATE_VALUE 2000 // ������ +#define FUSHE_MAX_VALUE 4000 // ������ -- Gitblit v1.8.0