aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster
diff options
context:
space:
mode:
authorSelene ToyKeeper2019-06-02 00:49:12 -0600
committerSelene ToyKeeper2019-06-02 00:49:12 -0600
commit3131258326e509e0d3e6d32f647bc77454b4e4c5 (patch)
tree5ce5f6a019fe3b059ddfd5765cc8f48e558855a2 /spaghetti-monster
parentmerged fireflies-ui branch with FF E01 and FF E07 v2 support (diff)
downloadanduril-3131258326e509e0d3e6d32f647bc77454b4e4c5.tar.gz
anduril-3131258326e509e0d3e6d32f647bc77454b4e4c5.tar.bz2
anduril-3131258326e509e0d3e6d32f647bc77454b4e4c5.zip
made button release timeout faster (384ms -> 288ms) to make light shut off sooner after 1 click
Diffstat (limited to 'spaghetti-monster')
-rw-r--r--spaghetti-monster/fsm-events.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/fsm-events.h b/spaghetti-monster/fsm-events.h
index 0ebcfd0..39ad3aa 100644
--- a/spaghetti-monster/fsm-events.h
+++ b/spaghetti-monster/fsm-events.h
@@ -43,7 +43,7 @@ static volatile uint16_t ticks_since_last_event = 0;
#define HOLD_TIMEOUT 24
#endif
#ifndef RELEASE_TIMEOUT
-#define RELEASE_TIMEOUT 24
+#define RELEASE_TIMEOUT 18
#endif
/* Event structure
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.