Kaynağa Gözat

Update pwmfan.cpp

Maldela 9 yıl önce
ebeveyn
işleme
45b7f95c63
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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();