-
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- `-C|--calibrate`: charge until battery_status == "Full" - `acc -i`: fixed current_now conversion (Redmi 6 Pro and other msm8953 based devices) - `acc -u, install-latest.sh`: optional -k|--insecure flag - accd manages capacity_sync loop_delay_charging, loop_delay_discharging and switch_delay parameters dynamically - Charging switch tests take significantly longer (switch_delay=18); this leads to more consistent results - Enable Android battery saver on capacity <= shutdown_capacity + 5 - Enriched help text (acc -h|--help) - Major optimizations - More modular design - Portability enhancements - Vibrate 3 times when an error occurs - Vibrate 5 times on capacity <= shutdown_capacity + 5, and again on each subsequent capacity drop - Vibrate 5 times when `acc --calibrate` reaches 100% - Updated documentation
- Loading branch information
Showing
41 changed files
with
1,218 additions
and
1,031 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,3 @@ _builds | |
_misc | ||
.directory | ||
*.kate-swp | ||
*:wip:* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.