mirror of https://github.com/espruino/BangleApps
20 lines
438 B
Markdown
20 lines
438 B
Markdown
# Power manager
|
|
|
|
Manages settings for charging.
|
|
Features:
|
|
* Warning threshold to be able to disconnect the charger at a given percentage
|
|
* Set the battery calibration offset.
|
|
* Force monotonic battery percentage or voltage
|
|
|
|
## Internals
|
|
|
|
Battery calibration offset is set by writing `batFullVoltage` in setting.json
|
|
|
|
## TODO
|
|
|
|
* Optionally keep battery history and show as graph
|
|
|
|
## Creator
|
|
|
|
[halemmerich](https://github.com/halemmerich)
|