diff --git a/software/src/led.cpp b/software/src/led.cpp index ef32c77..f328d98 100644 --- a/software/src/led.cpp +++ b/software/src/led.cpp @@ -68,7 +68,7 @@ void Led::setup(void) { pinMode(LED_PIN, OUTPUT); FastLED.addLeds(leds, NUM_LEDS); FastLED.setBrightness(96); - FastLED.setCorrection(0xFF60C0); + FastLED.setCorrection(0xFF6070); fill_solid(leds, NUM_LEDS, CRGB::White); FastLED.show();