aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2021-10-14 08:20:39 -0600
committerSelene ToyKeeper2021-10-14 08:20:39 -0600
commite3aeb180f0a7337740b949f97db736c80fedd04b (patch)
tree48129c08a580ba5c6b9c936b77c4c1071678ff5e
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
-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;
}
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.