aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-05-02 10:26:31 -0600
committerSelene ToyKeeper2023-05-02 10:26:31 -0600
commitc1f60279ca8124b589ac146f6292024f07e2d136 (patch)
tree9797f25064859b034fca343a6fd6fdb95281a091
parentRGB buttons: while torch is on, use low mode below a configured level (diff)
downloadanduril-c1f60279ca8124b589ac146f6292024f07e2d136.tar.gz
anduril-c1f60279ca8124b589ac146f6292024f07e2d136.tar.bz2
anduril-c1f60279ca8124b589ac146f6292024f07e2d136.zip
post-off voltage display was slightly too long, default to 4s, not 5s
-rw-r--r--spaghetti-monster/anduril/battcheck-mode-fsm.h2
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