AXP192 library SetChargeCurrent in M5StickC but not in M5StickCPlus



  • Hello,

    I'm using M5StickCplus and BugC for my project.
    We some how made a automatic charging system with a wireless pads.

    But charging time takes quite long, and I found "SetChargeCurrent" but only in M5StickC, not Plus.

    Just moving library file doesn't work.

    Is there any register reference?
    or plan to get this SetChargeCurrent back?

    Thank you for reading.



  • Hello @kazokutchi

    From below comment I assume M5Stack engineers decided to not include the SetChargerCurrent() function for M5StickCPlus.

    // Not recommend to set charge current > 100mA, since Battery is only 80mAh.
    // more then 1C charge-rate may shorten battery life-span.

    That said, have you tired to only copy the function by itself into the corresponding AXP192.cpp file of the M5StickCPlus library?

    Thanks
    Felix