Skip to content

Commit 0640b99

Browse files
committed
Enforce 0%-20% jump on custom profiles for clevo
1 parent 887c656 commit 0640b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/native-lib/tuxedo_io_lib/tuxedo_io_api.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public:
133133
}
134134

135135
virtual bool GetFansMinSpeed(int &minSpeed) {
136-
minSpeed = 0;
136+
minSpeed = 20;
137137
return true;
138138
}
139139

0 commit comments

Comments
 (0)