| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | made bike strobe ontime configurable per build, | Selene ToyKeeper | 2023-08-26 | 2 | -1/+6 |
| | | | | | | | and made it longer on emisar-d4k-3ch because some channels don't flash fast enough | ||||
| * | fixed bug: post-off voltage used low brightness sometimes even when regular ↵ | Selene ToyKeeper | 2023-08-25 | 1 | -2/+2 |
| | | | | | aux setting was high | ||||
| * | started splitting set_level(0) into its own set_level_zero(), and | Selene ToyKeeper | 2023-08-25 | 4 | -5/+33 |
| | | | | | | | | | | | | made USE_AUX_RGB_LEDS_WHILE_ON work more like the old indicator LEDs, where it gets set automatically with set_level() Using set_level_zero() reduces space used by channel modes, and simplifies code for each mode's set_level_*() functions. I measured about 220 bytes less in the emisar-d4k-3ch build this way, while also reducing the chance of bugs. | ||||
| * | made custom 3H handler system work, added circular HSV ramping, | Selene ToyKeeper | 2023-08-25 | 3 | -6/+64 |
| | | | | | | | fixed some minor issues with LEDs not getting turned off in corner cases (strobe on channel 1 -> strobe on channel 2, 1 might not get turned off) | ||||
| * | added emisar-d4k-3ch build | Selene ToyKeeper | 2023-08-24 | 1 | -0/+106 |
| | | |||||
| * | added channel mode per strobe mode, and made FSM channel mode more flexible, | Selene ToyKeeper | 2023-08-24 | 14 | -58/+96 |
| | | | | | | and fixed issue in tactical mode where strobes wouldn't stop on button release | ||||
| * | fixed issue where tactical mode overrode strobe group memory | Selene ToyKeeper | 2023-08-24 | 3 | -5/+8 |
| | | |||||
| * | newer TS10 ramp, more low modes (max 7135 at ramp 90/150 like SammysHP's ramp) | Selene ToyKeeper | 2023-08-19 | 2 | -29/+68 |
| | | |||||
| * | new TS10 ramp, smoother low levels than before | Selene ToyKeeper | 2023-08-19 | 2 | -8/+8 |
| | | |||||
| * | added Wurkkos TS10 w/ RGB aux (unfinished, still needs tweaks) | Selene ToyKeeper | 2023-08-15 | 1 | -0/+39 |
| | | |||||
| * | recalculated k9.3-219 ramp to match main k9.3 build | Selene ToyKeeper | 2023-08-07 | 1 | -1/+1 |
| | | |||||
| * | calculated new ramps for noctigon-k9.3 and emisar-2ch-fet builds, | Selene ToyKeeper | 2023-08-07 | 2 | -32/+32 |
| | | | | | | with the regulated-to-direct-drive boundary at a more appropriate spot | ||||
| * | fixed accidental reversal of two deprecated k9.3-tintramp model numbers | Selene ToyKeeper | 2023-08-03 | 1 | -2/+2 |
| | | |||||
| * | converted all K9.3 builds and D4Sv2-tintramp-fet (now emisar-2ch-fet) | Selene ToyKeeper | 2023-08-03 | 10 | -284/+209 |
| | | | | | | | to multi-channel, and removed old K9.3 builds which aren't relevant any more, and old D4Sv2-tintramp builds | ||||
| * | converted BLF GT to multi-channel | Selene ToyKeeper | 2023-07-23 | 1 | -9/+19 |
| | | |||||
| * | converted noctigon-dm11-* builds to multi-channel | Selene ToyKeeper | 2023-07-22 | 5 | -89/+66 |
| | | | | | | | | (but I could only test dm11-boost on actual hardware) (also, it looks like dm11-sbt90 is almost identical to the base kr4 build, so I removed its hwdef) | ||||
| * | converted noctigon-k1 to multi-channel | Selene ToyKeeper | 2023-07-21 | 1 | -12/+30 |
| | | |||||
| * | fixed default channel mode after using factory reset with colors | Selene ToyKeeper | 2023-07-21 | 1 | -5/+5 |
| | | |||||
| * | converted emisar-d4v2-nofet to multi-channel, and | Selene ToyKeeper | 2023-07-21 | 1 | -15/+16 |
| | | | | | | gave it a new ramp with dynamic PWM | ||||
| * | fixed ff-e01, ff-pl47, ff-pl47g2 (using new refactor) | Selene ToyKeeper | 2023-07-20 | 3 | -26/+62 |
| | | |||||
| * | fixed original D4S (using new refactor) | Selene ToyKeeper | 2023-07-20 | 1 | -7/+4 |
| | | |||||
| * | fixed D4Sv2 (using new refactor) | Selene ToyKeeper | 2023-07-20 | 1 | -0/+4 |
| | | |||||
| * | converted Emisar D4 and BLF Q8 to multi-channel, | Selene ToyKeeper | 2023-07-18 | 5 | -48/+83 |
| | | | | | | | | and enabled previously-removed tactical mode on the Q8 since there seems to be enough space now (also lowercased their hwdef files) | ||||
| * | lowercase'd sofirn-lt1s-pro files | Selene ToyKeeper | 2023-07-18 | 1 | -1/+1 |
| | | |||||
| * | @wurkkos-*: raised default temperature limit from 45 C to 50 C, | Selene ToyKeeper | 2023-07-17 | 3 | -30/+29 |
| | | | | | | moved some common options to a shared config file | ||||
| * | fixed Wurkkos builds (using new refactor) | Selene ToyKeeper | 2023-07-17 | 1 | -1/+4 |
| | | |||||
| * | fixed d4v2, kr4, m44, emisar-2ch (using new refactor), | Selene ToyKeeper | 2023-07-16 | 3 | -16/+29 |
| | | | | | | added RGB aux channel modes to models which didn't have it | ||||
| * | refactored how channel modes are defined, and converted emisar-2ch build | Selene ToyKeeper | 2023-07-10 | 8 | -423/+547 |
| | | |||||
| * | Partially fixed oscillating aux LED voltage colors while asleep. | Selene ToyKeeper | 2023-07-08 | 3 | -12/+21 |
| | | | | | | | | | | | | | | | | | | | | | Amplitude is smaller, frequency is slower, but it can still happen sometimes at color boundaries on models with bright aux LEDs on high mode. (because that's not a measurement error, it's actually oscillating voltage) The Wurkkos TS11 in particular tends to bounce when crossing certain color boundaries, because the aux LEDs are bright and change the voltage enough to push it back and forth across the boundary. Also sped up voltage measurement during first few seconds after turning off, to compensate for slowdown caused by the lowpass filter... while slowing down measurements afterward to slow the oscillation. I tried a bunch of different methods, spanning a range of "stable but slow" to "fast but unstable", and kept code clauses for three representative methods. The one enabled by default is the best compromise I found to reduce the issue as much as possible while keeping readings reasonably responsive. | ||||
| * | Fixed spurious voltage warnings in attiny1616 sleep mode. Fixed by SammysHP. | Selene ToyKeeper | 2023-07-08 | 1 | -9/+7 |
| | | | | | | | | | https://budgetlightforum.com/t/anduril-2-feature-change-suggestions/218045/467 I was never able to reproduce the issue here, but the fix seems good and others tested it successfully. | ||||
| * | added Noctigon M44 sources | Selene ToyKeeper | 2023-07-03 | 1 | -0/+110 |
| | | | | | | | (oops, forgot to do this earlier) (files are dated 2023-05-30) | ||||
| * | fixed KR4 thermal regulation | Selene ToyKeeper | 2023-06-29 | 1 | -0/+1 |
| | | | | | | | | | (r714 on 2023-05-30 removed one line too many, and the value defaulted to MAX_1x7135, which was way too high) https://budgetlightforum.com/t/emisar-d4k-no-stepdown-with-anduril-2023-05-30-noctigon-kr4-hex/218956 | ||||
| * | Removed references to Harry Potter, | Selene ToyKeeper | 2023-06-29 | 22 | -324/+324 |
| | | | | | | | | | | | | | | | | | | | | | | | | because J.K. Rowling is the figurehead of a hate group and I don't want to condone that in any way. I liked a 2-word phrase she wrote once, "mischief managed", but that was decades ago... and now she is the face of a transphobic movement known as TERFs. She turned out to be a pretty terrible person who uses her massive wealth and influence to spread hate and oppress people. To be clear: Trans rights are human rights. ... and anyone who has a problem with that has no place in this project. Patch suggested by SiteRelEnby, and TBH it's embarrassing that I didn't remove the phrase sooner. It seemed fun and innocent in 2017 when this project started, but ... things changed. https://github.com/SiteRelEnby/anduril2/commit/a1cee423b4e0e16909a90d5c3e6a7b70df30d755 | ||||
| * | fixed red aux blink on 1st frame of post-off voltage display | Selene ToyKeeper | 2023-06-29 | 1 | -0/+1 |
| | | | | | | | (patch contributed by SiteRelEnby) https://github.com/SiteRelEnby/anduril2/commit/558778e22f7c7a438dcf43e35e784c7e5be049c7 | ||||
| * | moved definition of BLINK_ONCE_TIME to the same file as BLINK_BRIGHTNESS | Selene ToyKeeper | 2023-05-30 | 2 | -6/+5 |
| | | |||||
| * | fixed aux pre-flash (thanks to wolfgirl42) | Selene ToyKeeper | 2023-05-30 | 1 | -1/+1 |
| | | |||||
| * | documented new version check format | Selene ToyKeeper | 2023-05-30 | 1 | -4/+7 |
| | | |||||
| * | make sure blink_digit(0) uses the same timing as the rest of the UI | Selene ToyKeeper | 2023-05-30 | 1 | -1/+1 |
| | | | | | | (BLINK_ONCE_TIME) | ||||
| * | changed version check from YYYYMMDDXXXX to XXXX.YYYY-MM-DD, | Selene ToyKeeper | 2023-05-30 | 4 | -9/+12 |
| | | | | | | where the punctuation makes a "buzz" instead of number blinks | ||||
| * | Wurkkos models: add red+blue police strobe | Selene ToyKeeper | 2023-05-30 | 1 | -0/+6 |
| | | |||||
| * | synced configs between D4v2 and KR4 | Selene ToyKeeper | 2023-05-30 | 2 | -21/+10 |
| | | |||||
| * | gradual adjustments: handle 0-to-255 in one step on the way up too, not just ↵ | Selene ToyKeeper | 2023-05-30 | 1 | -1/+1 |
| | | | | | down | ||||
| * | fixed bug: regulated down on some lights when not hot | Selene ToyKeeper | 2023-05-30 | 1 | -1/+1 |
| | | | | | | (thermal calibration needs a signed integer, not unsigned) | ||||
| * | converted Noctigon DM11-12V build, renamed to noctigon-dm11-boost | Selene ToyKeeper | 2023-05-17 | 2 | -25/+28 |
| | | |||||
| * | post-off voltage display: use low brightness when torch was at moon level ↵ | Selene ToyKeeper | 2023-05-02 | 7 | -12/+30 |
| | | | | | | | | | before, and skip the voltage display after UI actions which didn't change the mode (like "Off -> 7C" to change aux LED settings) | ||||
| * | added Wurkkos FC13 and TS11 | Selene ToyKeeper | 2023-05-02 | 3 | -2/+43 |
| | | | | | | (and a placeholder for the upcoming Noctigon M44) | ||||
| * | post-off voltage display was slightly too long, default to 4s, not 5s | Selene ToyKeeper | 2023-05-02 | 1 | -1/+1 |
| | | |||||
| * | RGB buttons: while torch is on, use low mode below a configured level | Selene ToyKeeper | 2023-05-02 | 1 | -1/+2 |
| | | | | | | for real-time voltage color display, instead of always using high mode | ||||
| * | documented post-off voltage display config | Selene ToyKeeper | 2023-05-02 | 1 | -57/+64 |
| | | |||||
| * | converted Wurkkos TS25 build... | Selene ToyKeeper | 2023-05-02 | 1 | -34/+45 |
| | | | | | | | ... and gave it a smoother ramp ... and the other new functions added recently | ||||
