We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988c179 commit 268cba2Copy full SHA for 268cba2
src/LithiumPowered.hpp
@@ -178,7 +178,7 @@
178
}
179
180
if (!_isr) {
181
- if (micros() - _lastTime > 120000000 && getIsCharging() && (_mAhMax != _mAhRated || getPercentage() != 100.00)) {
+ if (micros() - _lastTime > 240000000 && getIsCharging() && (_mAhMax != _mAhRated || getPercentage() != 100.00)) {
182
_percentage = 100.00;
183
_mAh = _mAhRated;
184
_mAhMax = _mAhRated;
0 commit comments