fw-fanctrl: modify curve
This commit is contained in:
parent
3a626b6429
commit
06d945fd80
1 changed files with 6 additions and 6 deletions
|
@ -25,12 +25,12 @@ in {
|
|||
curve = temp: speed: {inherit temp speed;};
|
||||
in [
|
||||
(curve 0 0) # Always active
|
||||
(curve 40 10)
|
||||
(curve 50 20)
|
||||
(curve 60 30)
|
||||
(curve 70 40)
|
||||
(curve 80 50)
|
||||
#!! Max fan speed of 50%
|
||||
(curve 40 20)
|
||||
(curve 50 30)
|
||||
(curve 60 40)
|
||||
(curve 70 50)
|
||||
(curve 80 60)
|
||||
#!! Max fan speed of 60%
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue