diff options
| author | SiteRelEnby | 2023-11-06 14:50:06 -0600 |
|---|---|---|
| committer | SiteRelEnby | 2024-04-02 21:34:36 -0500 |
| commit | d7c7ff8e921456b1f1a27ad16f6d3466157c91c4 (patch) | |
| tree | 65c1bf7a48f4f29eb99af94ce687c03ff90cb2c5 /docs | |
| parent | use smooth steps in lockout mode, if enabled (diff) | |
| download | anduril-d7c7ff8e921456b1f1a27ad16f6d3466157c91c4.tar.gz anduril-d7c7ff8e921456b1f1a27ad16f6d3466157c91c4.tar.bz2 anduril-d7c7ff8e921456b1f1a27ad16f6d3466157c91c4.zip | |
Add a feature to make RGB voltage configurable
Adds two entries to the battery voltage settings menu, the first
isathreshold for switching aux to high, and the second sets a minimum
level for it to be displayed, also effectively allowing the feature to
be entirely disabled if not wanted.
Diffstat (limited to '')
| -rw-r--r-- | docs/anduril-manual.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/anduril-manual.md b/docs/anduril-manual.md index 68c577c..9ede671 100644 --- a/docs/anduril-manual.md +++ b/docs/anduril-manual.md @@ -453,12 +453,23 @@ The voltage config menu has these settings: `12C`: +0.25V `13C`: +0.30V - 2. Post-off voltage display timeout. (only on lights with RGB aux) + 2. Post-off voltage display timeout. (only on lights with RGB aux) This setting determines how many seconds the RGB aux LEDs display the voltage color after the torch goes to sleep. Click once per desired second, or zero times to turn this function off. + 3. RGB voltage while on high threshold. On lights where the battery + voltage is displayed using RGB aux while the light is on, sets + the ramp level at which the aux will switch to high brightness. + If set to 151, this effectively forces the voltage to only ever + be displayed using low brightness, or if set to 0, to only ever + use high brightness. + + 4. RGB voltage while on minimum level. Below this level, voltage will + not be displayed using the RGB aux at all. Setting this to 151+ + effectively disables the entire feature. + ### Temperature check: Blinks out the current temperature in degrees C. This number should |
