macro for low battery shutdown timeout

This commit is contained in:
dxl
2023-06-06 20:19:37 +08:00
parent 6c6142bdbb
commit 39a972b05b
@@ -14,6 +14,7 @@
#define SLEEP_DELAY_MS_FIELD_125KHZ_LOST 3000 // 低频模拟卡离开场后的休眠延迟
#define SLEEP_DELAY_MS_BLE_DISCONNECTED 4000 // BLE断开后的休眠延迟
#define SLEEP_DELAY_MS_USB_POWER_DISCONNECTED 3000 // USB供电断开后的休眠延迟
#define SLEEP_NO_BATTERY_SHUTDOWN 1 // 低电量关机
void sleep_timer_init(void);