aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2020-09-27 03:15:09 -0600
committerSelene ToyKeeper2020-09-27 03:15:09 -0600
commitd9573a9f07b769bda30e56e2d4be990dfa403398 (patch)
treeb43414a53527997be56796a686287fb10dd747f7
parentmerged from fsm to get K1-12V thermal fix (diff)
downloadanduril-d9573a9f07b769bda30e56e2d4be990dfa403398.tar.gz
anduril-d9573a9f07b769bda30e56e2d4be990dfa403398.tar.bz2
anduril-d9573a9f07b769bda30e56e2d4be990dfa403398.zip
fixed bug: momentary bike mode could sometimes get stuck on for a few seconds after releasing button
-rw-r--r--spaghetti-monster/anduril/strobe-modes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/strobe-modes.c b/spaghetti-monster/anduril/strobe-modes.c
index 92ada9d..b27f298 100644
--- a/spaghetti-monster/anduril/strobe-modes.c
+++ b/spaghetti-monster/anduril/strobe-modes.c
@@ -279,6 +279,7 @@ inline void bike_flasher_iter() {
nice_delay_ms(65);
}
nice_delay_ms(720); // no return check necessary on final delay
+ set_level(0);
}
#endif
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.