瀏覽代碼

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 7 年之前
父節點
當前提交
e9a751c41d
共有 1 個文件被更改,包括 0 次插入1 次删除
  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);
 }