Revert "feat: increase charging limits for easterhegg"

This reverts commit 47a24f9e8adcd5000c34560ab4992a0b4ba73313.
This commit is contained in:
buffet 2024-04-02 18:17:28 +02:00
parent fc2642060f
commit bb6e19f116

View file

@ -4,8 +4,8 @@ _: {
enable = true;
settings = let
start_charge = 60;
stop_charge = 80;
start_charge = 40;
stop_charge = 60;
in {
START_CHARGE_THRESH_BAT0 = start_charge;
STOP_CHARGE_THRESH_BAT0 = stop_charge;