diff --git a/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino b/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino index 0a390b1..28c0af3 100644 --- a/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino +++ b/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino @@ -250,6 +250,6 @@ void timeouts(){ void serialFlush(){ while(Serial.available() > 0) { - byte r = Serial.read(); + Serial.read(); } }