低电关机调整时间为2s

This commit is contained in:
xiehongyan 2024-02-05 16:14:16 +08:00
parent 5940d1b86f
commit 2dec5c8304

View File

@ -8,7 +8,7 @@
#include <stdio.h> #include <stdio.h>
#include <unistd.h> #include <unistd.h>
#define UPDATE_TIMEER_MS 200 #define UPDATE_TIMEER_MS 200
#define LOW_BATTERY_TIMEER_MS 500 #define LOW_BATTERY_TIMEER_MS 300
static lv_task_t* update_timer = NULL; static lv_task_t* update_timer = NULL;
static lv_group_t* gp = NULL; static lv_group_t* gp = NULL;
static DISPLAY_FINAL_E gPowerOff = DISPLAY_FINAL_END; static DISPLAY_FINAL_E gPowerOff = DISPLAY_FINAL_END;