diff --git a/open-led-race/open-led-race.ino b/open-led-race/open-led-race.ino index d3e9f60..eec61ae 100644 --- a/open-led-race/open-led-race.ino +++ b/open-led-race/open-led-race.ino @@ -109,7 +109,7 @@ void setup() { // For SK6812 use NEO_RGBW, else NEO_GRB // (NEO_RGBW for strips with white color leds) - track = Adafruit_NeoPixel( tck.cfg.track.nled_total, PIN_LED, NEO_RGBW + NEO_KHZ800 ); + track = Adafruit_NeoPixel( tck.cfg.track.nled_total, PIN_LED, NEO_GRB + NEO_KHZ800 ); // First 2 controllers always active (Red, Green) race.numcars = 2;