| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2023-11-04 | renamed anduril-manual.txt -> anduril-manual.md | Selene ToyKeeper | 1 | -1079/+0 | |
| 2023-11-04 | converted anduril-manual.txt to markdown format | Selene ToyKeeper | 1 | -510/+595 | |
| 2023-11-02 | reorganized project files (part 1) | Selene ToyKeeper | 1 | -0/+0 | |
| (just moved files, didn't change the contents yet, and nothing will work without updating #includes and build scripts and stuff) | |||||
| 2023-10-12 | misc comments, spacing, documentation | Selene ToyKeeper | 1 | -0/+1 | |
| 2023-08-26 | added "smooth steps" a.k.a. "soft start", to make brightness steps smoother | Selene ToyKeeper | 1 | -0/+9 | |
| (also made ramp extras config menu count its own steps) | |||||
| 2023-05-30 | documented new version check format | Selene ToyKeeper | 1 | -4/+7 | |
| 2023-05-02 | documented post-off voltage display config | Selene ToyKeeper | 1 | -57/+64 | |
| 2023-05-02 | documented ramp 6C, ramp 4H, lockout 3H, and battcheck 3C | Selene ToyKeeper | 1 | -2/+15 | |
| 2023-04-30 | documented a couple recent changes | Selene ToyKeeper | 1 | -0/+4 | |
| 2023-04-19 | added stepped tint ramping | Selene ToyKeeper | 1 | -37/+158 | |
| patch adapted from SammysHP: https://github.com/SammysHP/flashlight-firmware/commit/0df174a6f6cc2676703f55a9b86eb3d9b3896b33 | |||||
| 2021-12-13 | Added "Lockout 3C -> Off", changed Lockout 4H blink (light) to a blip (dark), | Selene ToyKeeper | 1 | -0/+4 | |
| adjusted a couple builds which overflowed. | |||||
| 2021-11-03 | added runtime config to choose tint-ramping or tint-toggle | Selene ToyKeeper | 1 | -0/+10 | |
| (Off->9H option 1, 0=smooth, 1=toggle) | |||||
| 2021-10-31 | documented number entry 1H action (add 10) in UI table | Selene ToyKeeper | 1 | -0/+1 | |
| 2021-10-28 | Clarified Ramp->2C behavior a bit more. | Selene ToyKeeper | 1 | -4/+4 | |
| (old wording was confusing people) | |||||
| 2021-09-17 | clarified where brightness level comes from in beacon/sos/momentary modes | Selene ToyKeeper | 1 | -6/+6 | |
| 2021-09-14 | documented "hold" action in number entry state | Selene ToyKeeper | 1 | -0/+5 | |
| 2021-08-31 | documented recent changes in the user manual | Selene ToyKeeper | 1 | -20/+64 | |
| 2021-08-23 | added documentation for the global config menu and jump start level | Selene ToyKeeper | 1 | -0/+26 | |
| 2021-08-12 | document the actual maximum for manual memory timer (~140 minutes, not 255) | Selene ToyKeeper | 1 | -1/+3 | |
| 2021-04-13 | fixed wrong word in manual (turbo is in full UI only) | Selene ToyKeeper | 1 | -1/+1 | |
| 2020-10-16 | added ramp 3H -> momentary turbo | Selene ToyKeeper | 1 | -0/+2 | |
| 2020-09-30 | improved docs, changed blinky order: Battcheck, Tempcheck, Beacon, SOS | Selene ToyKeeper | 1 | -63/+93 | |
| 2020-09-25 | tiny clarification in the manual about memory | Selene ToyKeeper | 1 | -0/+5 | |
| (committed despite being tiny, so I can do a merge in a moment) | |||||
| 2020-09-24 | documentation improvements: | Selene ToyKeeper | 1 | -15/+56 | |
| - moved MODELS to BRANDS - added MODELS file generated from "make models" - added version check info to manual - clarified how memory options work - fixed docs for auto-lock feature - small code comment clarifications | |||||
| 2020-09-24 | changed menu style and moved menus from "click" events to "hold" events | Selene ToyKeeper | 1 | -32/+32 | |
| (also reduced ROM size by 126 bytes) | |||||
| 2020-09-15 | forgot to add hybrid memory to the documentation | Selene ToyKeeper | 1 | -3/+14 | |
| 2020-09-14 | added "disco" mode to RGB aux LEDs (fast random colors) | Selene ToyKeeper | 1 | -1/+2 | |
| (patch to aux-leds.c contributed by SammysHP as "acid" mode) (also removed RGB config for a few lights because they were just duplicating the defaults, and were redundant) | |||||
| 2020-08-25 | made text manual consistent with UI reference table | Selene ToyKeeper | 1 | -38/+54 | |
| 2020-08-24 | changed "Off 2H" to "ceil or turbo, based on simple UI active", and | Selene ToyKeeper | 1 | -2/+3 | |
| changed "Full UI Ramp 2C" to "ceil or turbo, based on whether already ramped up or not" | |||||
| 2020-08-18 | shuffled functions around to make 4C lockout and 3C battcheck again | Selene ToyKeeper | 1 | -8/+10 | |
| - moved all battcheck to 3C - moved all lockout to 4C - moved all unlock to 4C/4H - moved manual mem from 4C/4H to 10C/10H - moved auto-lock from 5C/5H to 10C/10H - added ramp 4C -> lockout - added ramp 5C -> momentary - added lockout 5C -> ramp ceiling | |||||
| 2020-08-09 | remapped "Off -> 2H" to momentary ceiling | Selene ToyKeeper | 1 | -2/+4 | |
| (instead of going to ceiling in ramp mode, and ramping down) | |||||
| 2020-08-06 | Added a reference table to the manual, listing all button mappings | Selene ToyKeeper | 1 | -0/+77 | |
| 2020-08-06 | many button remappings: | Selene ToyKeeper | 1 | -38/+75 | |
| - swapped lockout and battcheck - 3C/3H to exit lockout instead of 4C/4H - 4C/4H for manual mem instead of 5C/5H - 5C from ramp to momentary - 5H for sunset timer instead of 4H Also added tint ramping info to the manual. | |||||
| 2020-08-05 | documented new Anduril2 changes in anduril-manual.txt | Selene ToyKeeper | 1 | -89/+218 | |
| 2020-02-03 | mention the maximum allowed temperature in the manual | Selene ToyKeeper | 1 | -1/+1 | |
| 2019-06-21 | anduril manual: added info about manual memory, 2-level lockout, and aux LED ↵ | Selene ToyKeeper | 1 | -1/+18 | |
| colors | |||||
| 2019-05-22 | made momentary mode also do strobes | Selene ToyKeeper | 1 | -4/+16 | |
| 2019-05-07 | added a FAQ about muggle mode stepping down | Selene ToyKeeper | 1 | -0/+3 | |
| 2019-01-12 | Small updates to the manual. | Selene ToyKeeper | 1 | -2/+10 | |
| 2019-01-09 | Added missing URL (oops). | Selene ToyKeeper | 1 | -1/+2 | |
| 2019-01-08 | Wrote up a basic user manual for Anduril. | Selene ToyKeeper | 1 | -0/+349 | |
