Skip to content

Commit

Permalink
fixed aux pre-flash (thanks to wolfgirl42)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToyKeeper committed May 30, 2023
1 parent 56c00af commit d2f1f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spaghetti-monster/anduril/aux-leds.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2f1f19

Please sign in to comment.