2
0
Maldela 9 жил өмнө
parent
commit
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();