Skip to content

Commit

Permalink
fix: Match full_charge profile to firmware default values
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobgkau committed Aug 14, 2024
1 parent 9894c79 commit f003a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charge_thresholds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub fn get_charge_profiles() -> Vec<ChargeProfile> {
description: "Battery is charged to its full capacity for the longest possible use on \
battery power. Charging resumes when the battery falls below 96% charge."
.to_string(),
start: 96,
start: 90,
end: 100,
},
ChargeProfile {
Expand Down

0 comments on commit f003a74

Please sign in to comment.