diff options
| author | Selene ToyKeeper | 2023-05-02 10:26:31 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-05-02 10:26:31 -0600 |
| commit | c1f60279ca8124b589ac146f6292024f07e2d136 (patch) | |
| tree | 9797f25064859b034fca343a6fd6fdb95281a091 | |
| parent | RGB buttons: while torch is on, use low mode below a configured level (diff) | |
| download | anduril-c1f60279ca8124b589ac146f6292024f07e2d136.tar.gz anduril-c1f60279ca8124b589ac146f6292024f07e2d136.tar.bz2 anduril-c1f60279ca8124b589ac146f6292024f07e2d136.zip | |
post-off voltage display was slightly too long, default to 4s, not 5s
Diffstat (limited to '')
| -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 |
