Browse Source

Update pwmfan.cpp

Maldela 9 năm trước cách đây
mục cha
commit
45b7f95c63
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();