Commit 93227110 authored by 时昊's avatar 时昊

feat:修改高低压阈值

parent e5997789
...@@ -5,14 +5,14 @@ ...@@ -5,14 +5,14 @@
#define u16Base_Vol 0u #define u16Base_Vol 0u
#define u16ENTER_LOW_N_RANGE 7000U #define u16ENTER_LOW_N_RANGE 7000U
#define u16EXIT_LOW_N_RANGE 7500U #define u16EXIT_LOW_N_RANGE 8000U
#define u16ENTER_LOW_Y_RANGE 9000U #define u16ENTER_LOW_Y_RANGE 9000U
#define u16EXIT_LOW_Y_RANGE 10000U #define u16EXIT_LOW_Y_RANGE 10000U
#define u16EXIT_HIGH_Y_RANGE 0xffffu #define u16EXIT_HIGH_Y_RANGE 15000U
#define u16ENTER_HIGH_Y_RANGE 0xffffu #define u16ENTER_HIGH_Y_RANGE 16000U
#define u16EXIT_HIGH_N_RANGE 0xffffu #define u16EXIT_HIGH_N_RANGE 18000U
#define u16ENTER_HIGH_N_RANGE 0xffffu #define u16ENTER_HIGH_N_RANGE 19000U
#define u16Top_Vol 0xffffu #define u16Top_Vol 0xffffu
...@@ -35,7 +35,7 @@ static const monitorlib_uint16_t SysFun_Range [ 26u ] = { ...@@ -35,7 +35,7 @@ static const monitorlib_uint16_t SysFun_Range [ 26u ] = {
u16ENTER_HIGH_N_RANGE, u16ENTER_HIGH_N_RANGE,
u16Top_Vol, u16Top_Vol,
2500, 500,
50u, 50u,
u16Base_Vol, u16Base_Vol,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment