Explorar el Código

stable version

no more freezes and quick reactivity, no bug after 2 days of quasi
continuous testing
only thing left, some files loop endlessly in EOF state, though
btnFile.available() is 0 and inibSDReading is true. No real clue what is
happening as going through EOF case should happen only once by
construction.
Etienne Landon hace 7 años
padre
commit
e9a751c41d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      fastLed.ino

+ 0 - 1
fastLed.ino

@@ -71,7 +71,6 @@ void updateLeds(){
   FillLEDsFromPaletteColors(tableLeds,NUM_LEDS_TABLE, table_currentPalette, 0);
 
   table_currentBrightness = FadingBrightness( 1, table_currentBrightness, table_targetBrightness ,table_stepBrightness);
-  Serial.println(table_currentBrightness);
 }