Merge pull request 'Increase battery limit' (#19) from chef/increase-battery-limit into main
All checks were successful
/ check (push) Successful in 2m22s
All checks were successful
/ check (push) Successful in 2m22s
Reviewed-on: #19
This commit is contained in:
commit
59d8a33a65
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ _: {
|
|||
enable = true;
|
||||
|
||||
settings = let
|
||||
max_percent = 60;
|
||||
max_percent = 80;
|
||||
|
||||
start_charge = 100 - max_percent;
|
||||
stop_charge = max_percent;
|
||||
|
|
Loading…
Reference in a new issue