Browse Source

Update pwmfan.cpp

Maldela 9 years ago
parent
commit
45b7f95c63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      import/src/pwmfan.cpp

+ 1 - 1
import/src/pwmfan.cpp

@@ -293,7 +293,7 @@ void PwmFan::test()
         }
     }
 
-    setPwm(255);
+    setPwm(255, true);
 
     m_testStatus = FindingStop1;
     emit testStatusChanged();