diff options
| -rw-r--r-- | spaghetti-monster/anduril/battcheck-mode-fsm.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
