mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Fixed exception at Fans+Power https://github.com/seerge/g-helper/issues/1303
This commit is contained in:
@@ -592,8 +592,6 @@ namespace GHelper
|
||||
int Min = FanSensorControl.DEFAULT_FAN_MIN;
|
||||
int Max = FanSensorControl.GetFanMax(device);
|
||||
|
||||
if (device == AsusFan.XGM) Max = 72;
|
||||
|
||||
if (fanRpm)
|
||||
return (200 * Math.Round((float)(Min * 100 + (Max - Min) * percentage) / 200)).ToString() + unit;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user