m5stack / M5StickC

M5StickC Arduino Library
MIT License
477 stars 222 forks source link

Default AXP192 charging current #44

Closed ghost closed 5 years ago

ghost commented 5 years ago

According the datasheet of AXP192, it's currently configured to charge the battery at 190mA (in AXP192.cpp), which is a bit too much for an 80mAh cell. Would you consider lowering the default to 100mA instead? It'll probably make the bettery last more cycles in the future.

EeeeBin commented 5 years ago

Updated on https://github.com/m5stack/M5StickC/commit/94a786b72051c1053b7f092911eab878e1c85db2

ghost commented 5 years ago

Thanks for updating it.