tell me about Charge current
-
I use M5stack core2. What does it mean ”Charge Current” on the setup screen? When to use? please tell me.Normally, 1A of power is supplied from typeC. Is the slow charging speed due to the setting of 100mA?
-
Hello @keiichiro1192
yes, the 100 mA are due to a setting. Line 1880 in this file.
M5.Axp.SetCHGCurrent(AXP192::kCHG_100mA);
Thanks
Felix