|
@ -37,10 +37,12 @@ typedef struct { |
|
|
|
|
|
|
|
|
} ThisDevice_t; |
|
|
} ThisDevice_t; |
|
|
|
|
|
|
|
|
#define kconst_flash_auto_close_time (3000) |
|
|
|
|
|
// #define kconst_countdown_step_s (15 * 60) |
|
|
|
|
|
#define kconst_countdown_step_s (10) |
|
|
|
|
|
|
|
|
#define kconst_flash_auto_close_time (1500) //按键输入状态有效时间 |
|
|
|
|
|
#define kconst_countdown_step_s (10) //倒计时每按一次按键,倒计时增加时间 |
|
|
|
|
|
#define kconst_active_input_light_flick_interval_ms (150) //按键输入状态闪烁间隔时间 |
|
|
|
|
|
#define INTERMITTENTMODE_PERIOD_S 15 //间歇工作模式的时间间隔 |
|
|
|
|
|
#define KEY_PERIOD 20 |
|
|
|
|
|
#define EXCEPTION_CHECK_PERIOD 50 |
|
|
|
|
|
|
|
|
#define kconst_active_input_light_flick_interval_ms (150) |
|
|
|
|
|
|
|
|
|
|
|
extern ThisDevice_t thisDevice; |
|
|
extern ThisDevice_t thisDevice; |