You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: detect stopped fan when tach count is at max value
EMC2305 returns near-max tach count (~1022) when no tach signal is detected.
Added TACH_COUNT_STOPPED_THRESHOLD constant to detect this condition and
return 0 RPM for stopped fans.
0 commit comments