aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/anduril/battcheck-mode-fsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'spaghetti-monster/anduril/battcheck-mode-fsm.h')
-rw-r--r--spaghetti-monster/anduril/battcheck-mode-fsm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/battcheck-mode-fsm.h b/spaghetti-monster/anduril/battcheck-mode-fsm.h
index 35c657a..5f8e8ec 100644
--- a/spaghetti-monster/anduril/battcheck-mode-fsm.h
+++ b/spaghetti-monster/anduril/battcheck-mode-fsm.h
@@ -11,4 +11,8 @@
#ifndef DEFAULT_POST_OFF_VOLTAGE_SECONDS
#define DEFAULT_POST_OFF_VOLTAGE_SECONDS 4
#endif
+ #ifndef POST_OFF_VOLTAGE_BRIGHTNESS
+ // level at which to switch from low to high aux brightness
+ #define POST_OFF_VOLTAGE_BRIGHTNESS (RAMP_SIZE/10)
+ #endif
#endif