Browse Source

TODO: Make brightness and max brightness work

Emil 3 năm trước cách đây
mục cha
commit
49e163c88a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;