diff options
| author | Selene ToyKeeper | 2021-10-14 08:20:39 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2021-10-14 08:20:39 -0600 |
| commit | e3aeb180f0a7337740b949f97db736c80fedd04b (patch) | |
| tree | 48129c08a580ba5c6b9c936b77c4c1071678ff5e /spaghetti-monster | |
| parent | don't hardcode 2.9V for aux LED shutoff (diff) | |
| download | anduril-e3aeb180f0a7337740b949f97db736c80fedd04b.tar.gz anduril-e3aeb180f0a7337740b949f97db736c80fedd04b.tar.bz2 anduril-e3aeb180f0a7337740b949f97db736c80fedd04b.zip | |
don't blink when toggling tint
Diffstat (limited to '')
| -rw-r--r-- | spaghetti-monster/anduril/tint-ramping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/tint-ramping.c b/spaghetti-monster/anduril/tint-ramping.c index 0b077ef..aa9b1f6 100644 --- a/spaghetti-monster/anduril/tint-ramping.c +++ b/spaghetti-monster/anduril/tint-ramping.c @@ -31,7 +31,7 @@ uint8_t tint_ramping_state(Event event, uint16_t arg) { if (! arg) { tint = !tint; set_level(actual_level); - blink_once(); + //blink_once(); // unnecessary, and kind of annoying on moon } return EVENT_HANDLED; } |
