From c1f60279ca8124b589ac146f6292024f07e2d136 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Tue, 2 May 2023 10:26:31 -0600 Subject: post-off voltage display was slightly too long, default to 4s, not 5s --- spaghetti-monster/anduril/battcheck-mode-fsm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spaghetti-monster/anduril/battcheck-mode-fsm.h b/spaghetti-monster/anduril/battcheck-mode-fsm.h index 580080c..35c657a 100644 --- a/spaghetti-monster/anduril/battcheck-mode-fsm.h +++ b/spaghetti-monster/anduril/battcheck-mode-fsm.h @@ -9,6 +9,6 @@ // show voltage colors for a few seconds after going to standby #define USE_POST_OFF_VOLTAGE #ifndef DEFAULT_POST_OFF_VOLTAGE_SECONDS - #define DEFAULT_POST_OFF_VOLTAGE_SECONDS 5 + #define DEFAULT_POST_OFF_VOLTAGE_SECONDS 4 #endif #endif -- cgit v1.2.3