chore(deck): Change default max charge level in batterylimit.service to 85 to match Samsung's recommended.

This commit is contained in:
Kyle Gospodnetich 2023-08-25 08:53:00 -07:00
parent 54907ea905
commit a6c11b8a9e

View File

@ -1,2 +1,2 @@
# Maximum amount the battery will charge to, including when the device is off.
MAX_BATTERY_CHARGE_LEVEL=80
MAX_BATTERY_CHARGE_LEVEL=85