Skip to content

Commit 2aec27c

Browse files
committed
Fix incorrect value in documentation
1 parent 64dba9f commit 2aec27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Charger.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class Charger {
127127
* This is because the amount of charge going into the battery exponentially decreases during CV charging,
128128
* and it would take a significantly longer time to recharge the battery with a very little increase in capacity.
129129
* @param current End-of-charge current in milli amperes (mA).
130-
* The default end-of-charge current is set to 5 mA.
130+
* The default end-of-charge current is set to 50 mA.
131131
* Supported values: 5, 10, 20, 30, 50
132132
* @return True if successful, false if an invalid value was provided or if the PMIC communication failed.
133133
*/

0 commit comments

Comments
 (0)