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