aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-05-30 07:59:02 -0600
committerSelene ToyKeeper2023-05-30 07:59:02 -0600
commitd8f8f849076ab9be75451f20dbe52ab3907a1c01 (patch)
tree40ce04e2350b480f34854bd1e775acd1c701a353 /spaghetti-monster
parentchanged version check from YYYYMMDDXXXX to XXXX.YYYY-MM-DD, (diff)
downloadanduril-d8f8f849076ab9be75451f20dbe52ab3907a1c01.tar.gz
anduril-d8f8f849076ab9be75451f20dbe52ab3907a1c01.tar.bz2
anduril-d8f8f849076ab9be75451f20dbe52ab3907a1c01.zip
make sure blink_digit(0) uses the same timing as the rest of the UI
(BLINK_ONCE_TIME)
Diffstat (limited to 'spaghetti-monster')
-rw-r--r--spaghetti-monster/fsm-misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/fsm-misc.c b/spaghetti-monster/fsm-misc.c
index dacca85..0aeb7c3 100644
--- a/spaghetti-monster/fsm-misc.c
+++ b/spaghetti-monster/fsm-misc.c
@@ -30,7 +30,7 @@ uint8_t blink_digit(uint8_t num) {
// "zero" digit gets a single short blink
uint8_t ontime = BLINK_SPEED * 2 / 12;
- if (!num) { ontime = 8; num ++; }
+ if (!num) { ontime = BLINK_ONCE_TIME; num ++; }
#ifdef BLINK_CHANNEL
// channel is set per blink, to prevent issues
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.