MaxRPM calibration tweaks

This commit is contained in:
Serge
2023-07-27 23:50:31 +02:00
parent b7910d9f79
commit b304ce22b9
5 changed files with 54 additions and 18 deletions

View File

@@ -525,7 +525,7 @@ namespace GHelper
private void LabelCPUFan_Click(object? sender, EventArgs e)
{
AppConfig.Set("fan_rpm", (AppConfig.Get("fan_rpm") == 1) ? 0 : 1);
HardwareControl.fanRpm = !HardwareControl.fanRpm;
RefreshSensors(true);
}