Procházet zdrojové kódy

TODO: Make brightness and max brightness work

Emil před 3 roky
rodič
revize
49e163c88a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;