Closed DooMMasteR closed 4 years ago
ok, damn, it somehow works now, still, since setChargeControlCur()
does not set the 7th bit in the AXP202_CHARGE1
charging will not be enabled after use, a call to enableChargeing(true)
is necessary.
I will try to make a PR with some documentation (stuff like limitation and such) as e.g. anything above 500 mA needs a call to limitingOff()
to allow out of base USB power delivery.
I use a TTGO T-BEAM rev1.0 and when I use
setChargeControlCur()
with any of the enum values, it will not charge.enableChargeing(true)
reenables charging, but still, the set current does not apply and it seems ti be charging at about 400mA.