modules/tlp: Increase battery threshold

This commit is contained in:
fleaz 2023-07-16 12:58:57 +02:00
parent 6eee96475a
commit 7339520335
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -20,11 +20,11 @@
# BAT 0 - Internal battery # BAT 0 - Internal battery
START_CHARGE_THRESH_BAT0 = 60; START_CHARGE_THRESH_BAT0 = 60;
STOP_CHARGE_THRESH_BAT0 = 90; STOP_CHARGE_THRESH_BAT0 = 95;
# BAT 1 - External Battery # BAT 1 - External Battery
START_CHARGE_THRESH_BAT1 = 60; START_CHARGE_THRESH_BAT1 = 60;
STOP_CHARGE_THRESH_BAT1 = 90; STOP_CHARGE_THRESH_BAT1 = 95;
}; };
}; };