| Commit message (Collapse) | Author | Files | Lines |
|
(just moved files, didn't change the contents yet,
and nothing will work without updating #includes and build scripts and stuff)
|
|
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
|
|
|
|
|
|
|
|
originals on each build instead.
|
|
not really working yet.
Needs some underlying plumbing changes first, adding support for medium-length clicks.
|
|
Not sure I got everything the same; will have to try UI2 on my actual Meteor to see how it works.
|
|
So far, UI1 and battcheck both work. UI2 and UI3 and other blinkies aren't implement yet.
Added 6-bar battcheck style to match Meteor (ish).
Increased maximum number of clicks to 12, because WTF. If your UI needs 12 clicks, what are you even doing in life?
|
|
|
|
Made momentary.c compile again.
Updated fsm-main to use whichever delay function is available.
|
|
It's smaller, and WL is probably not needed for this UI.
I only converted it as a test, and it worked, so ... woot.
|
|
Also, I've only tested it a tiny amount.
|
|
DarkHorse.
|
|
Turned strobe into a function to avoid repeating code, and made it tolerate interruption better.
Got rid of delay after battcheck, since it caused problems if the user didn't wait long enough before trying to turn the light back on.
|
|
(because it'd enter standby mode during the strobe pulse,
then continue the flow at next activation by turning the light off)
Replaced bare return values with ones defined in the FSM library.
|
|
ZebraLight does.
(previously ramped up one mode instead of resetting to low each time)
|
|
|
|
Added a way to explicitly cancel the current "nice" delay without changing state.
|
|
|
|
Still needs strobe, beacon, and memory which lasts across battery changes.
|