Skip to content

Commit

Permalink
increase tcc for galp5 in performance mode to 98
Browse files Browse the repository at this point in the history
  • Loading branch information
curiousercreative committed Sep 17, 2022
1 parent b9b6342 commit 52d102c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daemon/profiles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ impl ModelProfiles {
performance: ModelProfile {
pl1: Some(40),
pl2: None, // galp5 doesn't like setting pl2
tcc_offset: Some(7), // 93 C
tcc_offset: Some(2), // 98 C
},
battery: ModelProfile {
pl1: Some(12),
Expand Down

0 comments on commit 52d102c

Please sign in to comment.