Update open-led-race/open-led-race.ino

change led to 3 strips (NEO_GRB)
This commit is contained in:
ndsboy 2025-07-06 15:00:07 +02:00
parent cba3bd95e9
commit 3d3bae8280

View file

@ -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;