feat: increase charging limits for easterhegg
This commit is contained in:
parent
65bb025e44
commit
1ad97a1dc9
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ _: {
|
|||
enable = true;
|
||||
|
||||
settings = let
|
||||
start_charge = 40;
|
||||
stop_charge = 60;
|
||||
start_charge = 60;
|
||||
stop_charge = 80;
|
||||
in {
|
||||
START_CHARGE_THRESH_BAT0 = start_charge;
|
||||
STOP_CHARGE_THRESH_BAT0 = stop_charge;
|
||||
|
|
Loading…
Reference in a new issue