diff --git a/software/src/led.cpp b/software/src/led.cpp index f328d98..b24bace 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(0xFF6070); + FastLED.setCorrection(0xFF6060); fill_solid(leds, NUM_LEDS, CRGB::White); FastLED.show();