Przeglądaj źródła

TODO: Make brightness and max brightness work

Emil 3 lat temu
rodzic
commit
49e163c88a
1 zmienionych plików z 1 dodań i 1 usunięć
  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;