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
Copy file name to clipboardExpand all lines: libraries/Nicla_System/src/Nicla_System.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ class nicla {
92
92
* A safe default charging current value that works for most common LiPo batteries is 0.5C, which means charging at a rate equal to half of the battery's capacity.
93
93
* For example, a 200mAh battery could be charged at 100mA (0.1A).
94
94
* This charging rate is generally safe for most LiPo batteries and provides a good balance between charging speed and battery longevity.
95
-
* @note If your battery doesn't have an NTC thermistor, the charging speed will be limited to ~35mA.
95
+
* @note If your battery doesn't have an NTC thermistor, the charging speed will be limited to ~16mA.
96
96
* @note There is a saftey timer that will stop the charging after 9 hours.
97
97
* @return true If the fast charging is enabled successfully. False, otherwise.
0 commit comments