ソースを参照

Update pwmfan.cpp

Maldela 9 年 前
コミット
45b7f95c63
1 ファイル変更1 行追加1 行削除
  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();