From 5754175a503864b61366b341ccfbac834ca2b401 Mon Sep 17 00:00:00 2001 From: swede89 <55020864+swede89@users.noreply.github.com> Date: Fri, 17 Sep 2021 23:28:47 +0200 Subject: [PATCH] add forgotten COLOR_ORDER parameter --- main/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/main.cpp b/main/main.cpp index 531c1b7..1999730 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -405,8 +405,8 @@ void blinkLeds_chase(void *pvParameters) { void app_main() { printf(" entering app main, call add leds\n"); // the WS2811 family uses the RMT driver - FastLED.addLeds(leds1, NUM_LEDS); - FastLED.addLeds(leds2, NUM_LEDS); + FastLED.addLeds(leds1, NUM_LEDS); + FastLED.addLeds(leds2, NUM_LEDS); // this is a good test because it uses the GPIO ports, these are 4 wire not 3 wire //FastLED.addLeds(leds, NUM_LEDS);