-
https://github.com/zackelia/bclm it is quite helpful to know the difference, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Well, I don’t know these tools. From the looks of it, they try to use firmware-based limits, which used to be inflexible and seemingly broke entirely with Sequoia? I didn’t mess much with that, but if the dust settles around this, I might try implementing it as well. The loop version uses a literal background loop to continuously poll - not so nice. Battery Toolkit uses the OS APIs to be notified of changes to the charging level and is idling most of the time. Also Battery Toolkit can disable the power adapter and charge full on demand from the GUI menu. |
Beta Was this translation helpful? Give feedback.
Well, I don’t know these tools. From the looks of it, they try to use firmware-based limits, which used to be inflexible and seemingly broke entirely with Sequoia? I didn’t mess much with that, but if the dust settles around this, I might try implementing it as well. The loop version uses a literal background loop to continuously poll - not so nice. Battery Toolkit uses the OS APIs to be notified of changes to the charging level and is idling most of the time. Also Battery Toolkit can disable the power adapter and charge full on demand from the GUI menu.