diff options
| author | Selene ToyKeeper | 2023-11-21 02:44:11 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-11-21 02:44:11 -0700 |
| commit | 8bc6e16569474487efcee3eaee7b6af9738585b8 (patch) | |
| tree | ac85ae80ed907b55a24c3fa6d3108b33849e7a30 /ui | |
| parent | started refactoring fsm/adc.*, but need a checkpoint before continuing (diff) | |
| download | anduril-8bc6e16569474487efcee3eaee7b6af9738585b8.tar.gz anduril-8bc6e16569474487efcee3eaee7b6af9738585b8.tar.bz2 anduril-8bc6e16569474487efcee3eaee7b6af9738585b8.zip | |
1.55V AA battery should not show as "white" voltage color, only purple
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/anduril/aux-leds.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
