From 8bc6e16569474487efcee3eaee7b6af9738585b8 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Tue, 21 Nov 2023 02:44:11 -0700 Subject: 1.55V AA battery should not show as "white" voltage color, only purple --- ui/anduril/aux-leds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/anduril/aux-leds.c b/ui/anduril/aux-leds.c index 1b30d34..dce8d26 100644 --- a/ui/anduril/aux-leds.c +++ b/ui/anduril/aux-leds.c @@ -67,7 +67,7 @@ uint8_t voltage_to_rgb() { 12, 4, // G+B 13, 5, // B 14, 6, // R + B - 15, 7, // R+G+B + 16, 7, // R+G+B 20, 0, // black #endif // li-ion voltages -- cgit v1.2.3