소스 검색

TODO: Make brightness and max brightness work

Emil 3 년 전
부모
커밋
49e163c88a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/LightCluster.h

+ 1 - 1
src/LightCluster.h

@@ -19,7 +19,7 @@ private:
 public:
     int numLights;
     int animationNumber;
-    uint32_t maxBrightness;
+    uint32_t maxBrightness; //TODO: Make this work
     bool useMaxBrightness;
     uint8_t brightness = 255;