Fix max brightness
This commit is contained in:
parent
17b417ddb2
commit
6da10bd93e
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ let
|
|||
illuminance_4 = 200;
|
||||
light_4 = 75;
|
||||
illuminance_5 = 255;
|
||||
light_5 = 100;
|
||||
light_5 = 99;
|
||||
};
|
||||
};
|
||||
configFile = tomlFormat.generate "illuminanced.toml" cfg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue