Skip to content

kcmodule: Move charge start threshold in lockstep with stop threshold

CC @broulik who requested bringing the start threshold back up again. A little bit of extra code but indeed much lower complexity than the original convoluted mess I had for the same purpose.


The (lower or equal) start threshold will decrease together with the stop threshold like before, but now it will also move back up again until its original value if the stop threshold increases again.

Merge request reports