Nur hier scheidert es schon
´´´´
#include <FastLED.h>
#define NUM_LEDS 144
#define LED_PIN 2
CRGB leds[NUM_LEDS];
void setup() {
FastLED.addLeds<WS2812B, LED_PIN, GRB>(leds, NUM_LEDS);
FastLED.setBrightness(50);
}
void loop() {
for(int i=0; i<NUM_LEDS; i++);{
leds[i]=CRGB::Green;
FastLED.show();
delay(50);
}
}
´´´´
irgendwie funktioniert der befehl nicht
i' was not declared in this scope dieser fehler scheint immer auf