aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster
diff options
context:
space:
mode:
authorSelene ToyKeeper2021-10-14 08:20:39 -0600
committerSelene ToyKeeper2021-10-14 08:20:39 -0600
commite3aeb180f0a7337740b949f97db736c80fedd04b (patch)
tree48129c08a580ba5c6b9c936b77c4c1071678ff5e /spaghetti-monster
parentdon't hardcode 2.9V for aux LED shutoff (diff)
downloadanduril-e3aeb180f0a7337740b949f97db736c80fedd04b.tar.gz
anduril-e3aeb180f0a7337740b949f97db736c80fedd04b.tar.bz2
anduril-e3aeb180f0a7337740b949f97db736c80fedd04b.zip
don't blink when toggling tint
Diffstat (limited to 'spaghetti-monster')
-rw-r--r--spaghetti-monster/anduril/tint-ramping.c2
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;
}