You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually the user won't want to specify a mA value to limit the charge
current. Setting a charge rate 0.0-1.0 is more useful.
```
PS C:\Users\Daniel\clone\framework-system-private> sudo .\target\debug\framework_tool.exe --power
Charger Status
AC is: connected
Charger Voltage: 17800mV
Charger Current: 2740mA
0.6998723C
Chg Input Current:2848mA
Battery SoC: 94%
Battery Status
AC is: connected
Battery is: connected
Battery LFCC: 4021 mAh (Last Full Charge Capacity)
Battery Capacity: 3751 mAh
66.512 Wh
Charge level: 93%
Battery charging
PS C:\Users\Daniel\clone\framework-system-private> sudo .\target\debug\framework_tool.exe --charge-rate-limit 0.5
Requested Rate: 0.5C
Design Current: 3915mA
Limiting Current to: 1957mA
PS C:\Users\Daniel\clone\framework-system-private> sudo .\target\debug\framework_tool.exe --power
Charger Status
AC is: connected
Charger Voltage: 17800mV
Charger Current: 1956mA
0.49961686C
Chg Input Current:2848mA
Battery SoC: 94%
Battery Status
AC is: connected
Battery is: connected
Battery LFCC: 4021 mAh (Last Full Charge Capacity)
Battery Capacity: 3754 mAh
66.584 Wh
Charge level: 93%
Battery charging
```
Signed-off-by: Daniel Schaefer <[email protected]>
0 commit comments