... | ... | @@ -28,7 +28,16 @@ Currently no standby / suspend mode available. Screen just gets dark. |
|
|
|
|
|
### Battery fuel meter
|
|
|
|
|
|
[Needs adjustments](https://source.puri.sm/Librem5/linux-next/-/merge_requests/198) and for the time being is not precise. E.g. when fully loaded, the red charging led turns off and battery fuel meter indicates 70%. Recent improvements have synced the battery level indicator in the notifications area to the level in the Power settings panel. To check the battery state from a shell use `upower -d`.
|
|
|
[Needs adjustments](https://source.puri.sm/Librem5/linux-next/-/merge_requests/198) and for the time being is not precise. E.g. when fully loaded, the red charging led turns off and battery fuel meter indicates 70%. Recent improvements have synced the battery level indicator in the notifications area to the level in the Power settings panel.
|
|
|
|
|
|
To check the battery state from a shell use `upower -d`. Or read technical details with:
|
|
|
```
|
|
|
cd /sys/class/power_supply/max170xx_battery
|
|
|
cat capacity
|
|
|
65
|
|
|
cat temp
|
|
|
432
|
|
|
```
|
|
|
|
|
|
### GPS
|
|
|
|
... | ... | |