Added 100ms delay before setting fan curves

This commit is contained in:
Serge
2024-03-02 13:41:57 +01:00
parent b94e20a3fc
commit c32fa46991
2 changed files with 7 additions and 6 deletions

View File

@@ -764,7 +764,7 @@ namespace GHelper
{
Task.Run(() =>
{
modeControl.AutoPower();
modeControl.AutoPower(true);
});
}