Skip to content

Commit

Permalink
fix fan not starting (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsobala authored Mar 9, 2023
1 parent ee34a41 commit d72c692
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions etc/fan-control.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"pwmchip": -1,
"gpio": 0,
"pwm-period": 30000,
"pwm-period": 20000,
"temp-map": [
{
"temp": 20,
"duty": 40,
"duration": 20
"duty": 42,
"duration": 10
},
{
"temp": 50,
"duty": 45,
"duty": 48,
"duration": 2
},
{
"temp": 60,
"duty": 56,
"duty": 54,
"duration": 2
},
{
Expand Down

0 comments on commit d72c692

Please sign in to comment.