Skip to content

Commit

Permalink
fix set_fanAuto_HWMON
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed May 15, 2024
1 parent bab8bb4 commit d27e2d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/fan.py
Original file line number Diff line number Diff line change
Expand Up @@ -741,8 +741,8 @@ def set_fanAuto(self, index: int, value: bool):

fc = self.fan_config_list[index]

if fc.is_found_hwmon and fc.hwmon_mode == 0:
return self.__set_fanAuto_HWMON(fc, value)
# HWMON 写入
self.__set_fanAuto_HWMON(fc, value)

# ECRAM 写入
if fc.ram_manual_offset:
Expand Down

0 comments on commit d27e2d0

Please sign in to comment.