diff options
| author | Selene ToyKeeper | 2025-06-19 17:10:43 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2025-06-19 17:10:43 -0600 |
| commit | be4d47a19eec28fa4c93364351c811aef302d9a8 (patch) | |
| tree | 5cea254976c480fe8d882f4503d647e0e9f52c0a /docs | |
| parent | lockout mode now only does momentary moon/low on 1st and 2nd presses, (diff) | |
| parent | Merge branch 'main' into rgb-voltage-configurable (diff) | |
| download | anduril-be4d47a19eec28fa4c93364351c811aef302d9a8.tar.gz anduril-be4d47a19eec28fa4c93364351c811aef302d9a8.tar.bz2 anduril-be4d47a19eec28fa4c93364351c811aef302d9a8.zip | |
Merge branch 'rgb-voltage-configurable' of github.com:SiteRelEnby/anduril into pr10-SiteRelEnby-rgb-voltage-configurable
pulling pr10 branch into a feature branch based on a newer trunk
* 'rgb-voltage-configurable' of github.com:SiteRelEnby/anduril:
Add a feature to make RGB voltage configurable
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 cdf0dd1..4a1723b 100644 --- a/docs/anduril-manual.md +++ b/docs/anduril-manual.md @@ -449,12 +449,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 |
