Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PWM frequencies and align with Intel/Noctua specs #2

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    21dca7d View commit details
    Browse the repository at this point in the history
  2. fix: make pwm_soft a flag instead of 50..100 range, PWM range is defi…

    …ned by pwm_high, which is sufficient enough.
    
    removed nonsensical value convertion: pwm / 1024.0 * fan->pwm_soft
    siberex committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7a71a2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b04b4b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2dc95b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b8366e View commit details
    Browse the repository at this point in the history
  6. refactor: remove pwm_low and pwm_high configuration settings in favor…

    … of pwm_min_duty
    
    --pwm-low and --pwm-high agrs are left in place to not break compatibility, values are ignored
    siberex committed May 20, 2024
    Configuration menu
    Copy the full SHA
    302356f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    71c4499 View commit details
    Browse the repository at this point in the history