aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-05-30 09:20:19 -0600
committerSelene ToyKeeper2023-05-30 09:20:19 -0600
commitd2f1f195a4e8691bde5bbf21babf6db90fb0dac3 (patch)
tree83970ce64d672e30744d9a64f44c4620d6734c20 /spaghetti-monster
parentdocumented new version check format (diff)
downloadanduril-d2f1f195a4e8691bde5bbf21babf6db90fb0dac3.tar.gz
anduril-d2f1f195a4e8691bde5bbf21babf6db90fb0dac3.tar.bz2
anduril-d2f1f195a4e8691bde5bbf21babf6db90fb0dac3.zip
fixed aux pre-flash (thanks to wolfgirl42)
Diffstat (limited to 'spaghetti-monster')
-rw-r--r--spaghetti-monster/anduril/aux-leds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/aux-leds.c b/spaghetti-monster/anduril/aux-leds.c
index 3ecbefd..f18ceb0 100644
--- a/spaghetti-monster/anduril/aux-leds.c
+++ b/spaghetti-monster/anduril/aux-leds.c
@@ -102,7 +102,7 @@ void rgb_led_update(uint8_t mode, uint16_t arg) {
uint8_t color = mode & 0x0f;
// always preview in high mode
- if (! go_to_standby) { pattern = 2; }
+ if (setting_rgb_mode_now) { pattern = 2; }
#ifdef USE_POST_OFF_VOLTAGE
// use voltage high mode for a few seconds after initial poweroff
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.