Skip to content

Commit 7768636

Browse files
committed
Extra logs
1 parent 609e275 commit 7768636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Fans.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ void LoadProfile(Series series, AsusFan device, bool reset = false)
11041104
if (reset || AsusACPI.IsInvalidCurve(curve))
11051105
{
11061106
curve = Program.acpi.GetFanCurve(device, Modes.GetCurrentBase());
1107-
1107+
Logger.WriteLine($"Default Curve: {device} - {BitConverter.ToString(curve)}");
11081108
if (AsusACPI.IsInvalidCurve(curve))
11091109
curve = AppConfig.GetDefaultCurve(device);
11101110

@@ -1285,7 +1285,7 @@ private void ChartCPU_MouseMove(object? sender, MouseEventArgs e, AsusFan device
12851285
if (clampFanDots)
12861286
{
12871287
double minX = 30 + (curIndex * 10);
1288-
double maxX = minX + 10;
1288+
double maxX = minX + 9;
12891289
dx = Math.Max(minX, Math.Min(maxX, dx));
12901290
}
12911291

0 commit comments

Comments
 (0)