modules/tlp: Increase battery threshold
This commit is contained in:
parent
6eee96475a
commit
7339520335
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue