Skip to content

Commit

Permalink
Update pd-plugin.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagami-Jiang authored Jun 6, 2023
1 parent 99983d6 commit 1efba9a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@

"FAN_MAX_RPM_SPEED":
{
"0": {"Front": "30200", "Rear": "32000"},
"1": {"Front": "28000", "Rear": "32000"}
"0": {"Front": "32000", "Rear": "30200"},
"1": {"Front": "32000", "Rear": "28000"}
},
"pwm_to_duty_cycle": "lambda pwm: ((pwm*100)/255)"
}
Expand Down

0 comments on commit 1efba9a

Please sign in to comment.