Fixed initial brightness for the CLI and fix initial brightness for Lian Li Hub SL V2 controller.

This commit is contained in:
Chris M 2023-11-29 14:17:16 +00:00 committed by Adam Honse
parent 672150aea2
commit b9f8243904
3 changed files with 10 additions and 11 deletions

View file

@ -47,7 +47,7 @@ struct DeviceOptions
int zone = -1;
std::vector<std::tuple<unsigned char, unsigned char, unsigned char>> colors;
std::string mode;
unsigned int brightness;
unsigned int brightness = 100;
unsigned int size;
bool random_colors = false;
bool hasSize = false;