From d2f1f195a4e8691bde5bbf21babf6db90fb0dac3 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Tue, 30 May 2023 09:20:19 -0600 Subject: fixed aux pre-flash (thanks to wolfgirl42) --- spaghetti-monster/anduril/aux-leds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3